diff options
author | Arno <arno@disconnect.de> | 2017-02-11 06:43:49 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2017-02-11 06:43:49 +0100 |
commit | 274e54474010876cb7753924c4116360aa73b906 (patch) | |
tree | c088d9a1881d6f78f7b15efb3629627422f7ce95 /ShemovCleaner.pro | |
parent | 6786163a0c81b71435cf6070db90e0c4d4b59757 (diff) | |
download | ShemovCleaner-274e54474010876cb7753924c4116360aa73b906.tar.gz ShemovCleaner-274e54474010876cb7753924c4116360aa73b906.tar.bz2 ShemovCleaner-274e54474010876cb7753924c4116360aa73b906.zip |
Create GUI for search widget
Does nothing yet, just the GUI, connections and actions...
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 acf5065..598f40d 100644 --- a/ShemovCleaner.pro +++ b/ShemovCleaner.pro @@ -29,7 +29,8 @@ SOURCES += main.cpp\ origindialog.cpp \ viewer.cpp \ filecopier.cpp \ - progressdialog.cpp + progressdialog.cpp \ + searchwidget.cpp HEADERS += \ filesorter.h \ @@ -46,7 +47,8 @@ HEADERS += \ origindialog.h \ viewer.h \ filecopier.h \ - progressdialog.h + progressdialog.h \ + searchwidget.h DISTFILES += |