diff options
author | Arno <arno@disconnect.de> | 2017-02-11 09:04:07 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2017-02-11 09:04:07 +0100 |
commit | 6e45311d1431953fe4263cdc21e52ffaf584c0d2 (patch) | |
tree | 5012e67f4432d4e242dae88ac7fb8e24e29e46ba /searchwidget.h | |
parent | 990adf31400b2742903ae6dc3b96cbd9facb771d (diff) | |
download | ShemovCleaner-6e45311d1431953fe4263cdc21e52ffaf584c0d2.tar.gz ShemovCleaner-6e45311d1431953fe4263cdc21e52ffaf584c0d2.tar.bz2 ShemovCleaner-6e45311d1431953fe4263cdc21e52ffaf584c0d2.zip |
Everything is a RegEx!
No need for anything else. Regexes are enough for everyone!
Diffstat (limited to 'searchwidget.h')
-rw-r--r-- | searchwidget.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/searchwidget.h b/searchwidget.h index b1811ac..3c08b42 100644 --- a/searchwidget.h +++ b/searchwidget.h @@ -24,7 +24,6 @@ class SearchWidget : public QWidget { public slots: void clear(); void search(); - void setRegex(bool toggled); void setSearchMode(QAction *action); void readSettings(); void writeSettings(); @@ -42,9 +41,7 @@ class SearchWidget : public QWidget { QAction *mSearchOriginA; QAction *mSearchTitleA; QAction *mSearchSubtitleA; - QAction *mIsRegexA; int mSearchMode; - bool mIsRegex; }; #endif // FILESEARCHWIDGET_H |