diff options
Diffstat (limited to 'shemovcleaner.h')
-rw-r--r-- | shemovcleaner.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shemovcleaner.h b/shemovcleaner.h index 93b1581..d709858 100644 --- a/shemovcleaner.h +++ b/shemovcleaner.h @@ -16,10 +16,12 @@ class ShemovCleaner : public QMainWindow { public slots: void statusBarMessage(const QString &msg); void setSelectionCount(const QString &msg); + void configure(); private: void createStatusBar(); void createActions(); + void openDatabase(); QAction *createSeparator(); QLabel *mSelected; QTabWidget *mTab; |