diff options
author | Arno <arno@disconnect.de> | 2016-08-20 18:29:52 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-08-20 18:29:52 +0200 |
commit | 32afa2c28aabe862bfca44dba24083ffd7db6721 (patch) | |
tree | 131e14e7bfb579a09275c1aa7d12d0113c343ab7 /ShemovCleaner.pro | |
parent | 96c798d4e9ca91cade25aa6d38176714979685bc (diff) | |
download | ShemovCleaner-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.pro')
-rw-r--r-- | ShemovCleaner.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ShemovCleaner.pro b/ShemovCleaner.pro index 4efb591..7b62158 100644 --- a/ShemovCleaner.pro +++ b/ShemovCleaner.pro @@ -19,14 +19,16 @@ SOURCES += main.cpp\ torrentparser.cpp \ torrentdisplay.cpp \ torrentwidget.cpp \ - shemovcleaner.cpp + shemovcleaner.cpp \ + configurationwidget.cpp HEADERS += \ filesorter.h \ torrentparser.h \ torrentdisplay.h \ torrentwidget.h \ - shemovcleaner.h + shemovcleaner.h \ + configurationwidget.h DISTFILES += |