From 51b8435880013f1d4533379811a9b89c1ea3173c Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 4 Sep 2016 17:06:53 +0200 Subject: Make QActions local to FileWidget Introduce Globals singleton for global actions. --- ShemovCleaner.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ShemovCleaner.pro') 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 += -- cgit v1.2.3-70-g09d2