diff options
author | Arno <arno@disconnect.de> | 2018-02-02 08:03:39 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-02-02 08:03:39 +0100 |
commit | dccee9d87b2fe47571fa04760b03a711e0911245 (patch) | |
tree | 1279e25c8a69941b36dad160d623e353c5944bff /ShemovCleaner.pro | |
parent | aeb21594c540ecab7bbd2c7a37d9e2fcec13b286 (diff) | |
download | ShemovCleaner-dccee9d87b2fe47571fa04760b03a711e0911245.tar.gz ShemovCleaner-dccee9d87b2fe47571fa04760b03a711e0911245.tar.bz2 ShemovCleaner-dccee9d87b2fe47571fa04760b03a711e0911245.zip |
Remove search and actor Widgets
Replacement: SearchDialog
Diffstat (limited to 'ShemovCleaner.pro')
-rw-r--r-- | ShemovCleaner.pro | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ShemovCleaner.pro b/ShemovCleaner.pro index 6375e5a..e03b164 100644 --- a/ShemovCleaner.pro +++ b/ShemovCleaner.pro @@ -20,7 +20,7 @@ DEFINES += QT_DEPRECATED_WARNINGS #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 # Input -HEADERS += actorwidget.h \ +HEADERS += \ configurationwidget.h \ filecopier.h \ filedisplay.h \ @@ -30,7 +30,6 @@ HEADERS += actorwidget.h \ helper.h \ origindialog.h \ progressdialog.h \ - searchwidget.h \ shemovcleaner.h \ torrentdisplay.h \ torrentparser.h \ @@ -39,7 +38,7 @@ HEADERS += actorwidget.h \ cachedfiledata.h \ itemselectionwidget.h \ searchdialog.h -SOURCES += actorwidget.cpp \ +SOURCES += \ configurationwidget.cpp \ filecopier.cpp \ filedisplay.cpp \ @@ -50,7 +49,6 @@ SOURCES += actorwidget.cpp \ main.cpp \ origindialog.cpp \ progressdialog.cpp \ - searchwidget.cpp \ shemovcleaner.cpp \ torrentdisplay.cpp \ torrentparser.cpp \ |