diff options
| author | Rosemary Witchaven <32779090+in1tiate@users.noreply.github.com> | 2021-08-30 21:23:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-30 21:23:11 -0500 |
| commit | 7ce4dd6f618b64341c9d9520dfc98ede5a7500a7 (patch) | |
| tree | d309b9b6bb6d0a1c6478b5f4787efbf9f076f7ce /src/CMakeLists.txt | |
| parent | 8b82f5d592a9f76b1edbaa1efdf09366e41b266c (diff) | |
Use event filters instead of subclassing QLineEdit and QPlainTextEdit (#587)
* replace aolineedit and aotextedit with event filters
* use a button to make evidence editable instead of double click
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b04db8b3..32e924a7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -10,13 +10,11 @@ aoevidencebutton.cpp aoevidencedisplay.cpp aoimage.cpp aolayer.cpp -aolineedit.cpp aomusicplayer.cpp aooptionsdialog.cpp aopacket.cpp aosfxplayer.cpp aotextarea.cpp -aotextedit.cpp charselect.cpp chatlogpiece.cpp courtroom.cpp |
