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.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ShemovCleaner.pro') 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 += -- cgit v1.2.3-70-g09d2