diff options
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 |