summaryrefslogtreecommitdiffstats
path: root/shemovcleaner.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2016-08-20 18:29:52 +0200
committerArno <arno@disconnect.de>2016-08-20 18:29:52 +0200
commit32afa2c28aabe862bfca44dba24083ffd7db6721 (patch)
tree131e14e7bfb579a09275c1aa7d12d0113c343ab7 /shemovcleaner.h
parent96c798d4e9ca91cade25aa6d38176714979685bc (diff)
downloadShemovCleaner-32afa2c28aabe862bfca44dba24083ffd7db6721.tar.gz
ShemovCleaner-32afa2c28aabe862bfca44dba24083ffd7db6721.tar.bz2
ShemovCleaner-32afa2c28aabe862bfca44dba24083ffd7db6721.zip
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...
Diffstat (limited to 'shemovcleaner.h')
-rw-r--r--shemovcleaner.h2
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;