diff options
author | Arno <arno@disconnect.de> | 2016-11-27 06:52:50 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-11-27 06:52:50 +0100 |
commit | 9c89e2f83415c876f28f15ebff31c8325754a936 (patch) | |
tree | 81262fcd178af3071187cf89b415fc70cdb8d977 /ShemovCleaner.pro | |
parent | d1cf6c418855004a249d44fd383c889cbd1e7662 (diff) | |
download | ShemovCleaner-9c89e2f83415c876f28f15ebff31c8325754a936.tar.gz ShemovCleaner-9c89e2f83415c876f28f15ebff31c8325754a936.tar.bz2 ShemovCleaner-9c89e2f83415c876f28f15ebff31c8325754a936.zip |
Add picture viewer
Opens on doubleclick when it's image/*.
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 2647e72..f838cce 100644 --- a/ShemovCleaner.pro +++ b/ShemovCleaner.pro @@ -26,7 +26,8 @@ SOURCES += main.cpp\ filedisplay.cpp \ globals.cpp \ actorwidget.cpp \ - origindialog.cpp + origindialog.cpp \ + viewer.cpp HEADERS += \ filesorter.h \ @@ -40,7 +41,8 @@ HEADERS += \ filedisplay.h \ globals.h \ actorwidget.h \ - origindialog.h + origindialog.h \ + viewer.h DISTFILES += |