diff options
author | Arno <arno@disconnect.de> | 2016-09-04 17:06:53 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-09-04 17:06:53 +0200 |
commit | 51b8435880013f1d4533379811a9b89c1ea3173c (patch) | |
tree | ec5642e7b80766af184a9a839c5830ebb40659f7 /ShemovCleaner.pro | |
parent | c930104f93104649ad4ae5b9e23e65a3fa2c058d (diff) | |
download | ShemovCleaner-51b8435880013f1d4533379811a9b89c1ea3173c.tar.gz ShemovCleaner-51b8435880013f1d4533379811a9b89c1ea3173c.tar.bz2 ShemovCleaner-51b8435880013f1d4533379811a9b89c1ea3173c.zip |
Make QActions local to FileWidget
Introduce Globals singleton for global 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 7990762..ffdd7e3 100644 --- a/ShemovCleaner.pro +++ b/ShemovCleaner.pro @@ -23,7 +23,8 @@ SOURCES += main.cpp\ configurationwidget.cpp \ filewidget.cpp \ helper.cpp \ - filedisplay.cpp + filedisplay.cpp \ + globals.cpp HEADERS += \ filesorter.h \ @@ -34,7 +35,8 @@ HEADERS += \ configurationwidget.h \ filewidget.h \ helper.h \ - filedisplay.h + filedisplay.h \ + globals.h DISTFILES += |