diff options
author | Arno <arno@disconnect.de> | 2016-09-16 08:16:43 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-09-16 08:16:43 +0200 |
commit | df6126e9444a6ab88c2c20f8da980795e3418781 (patch) | |
tree | a8edd95ca0953f6c955555518afc29b5fc13fc9c /ShemovCleaner.pro | |
parent | 15e4220aada49707be8333402c0cd8acba1a94ce (diff) | |
download | ShemovCleaner-df6126e9444a6ab88c2c20f8da980795e3418781.tar.gz ShemovCleaner-df6126e9444a6ab88c2c20f8da980795e3418781.tar.bz2 ShemovCleaner-df6126e9444a6ab88c2c20f8da980795e3418781.zip |
Basic ActorWidget done
Next: Menubar and Toolbar...
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 ffdd7e3..1b3ea3b 100644 --- a/ShemovCleaner.pro +++ b/ShemovCleaner.pro @@ -24,7 +24,8 @@ SOURCES += main.cpp\ filewidget.cpp \ helper.cpp \ filedisplay.cpp \ - globals.cpp + globals.cpp \ + actorwidget.cpp HEADERS += \ filesorter.h \ @@ -36,7 +37,8 @@ HEADERS += \ filewidget.h \ helper.h \ filedisplay.h \ - globals.h + globals.h \ + actorwidget.h DISTFILES += |