From 32afa2c28aabe862bfca44dba24083ffd7db6721 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 20 Aug 2016 18:29:52 +0200 Subject: Added configration dialog Database connection options are now configurable. Hopefully it doesn't end up in an infinite loop if the credentials are not corrent... --- shemovcleaner.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shemovcleaner.h') 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; -- cgit v1.2.3-70-g09d2