From 6df27ff3c69ec2927241c921c56a2aa6bcc2e30e Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Fri, 10 Oct 2014 20:35:08 +0200 Subject: save settings for lumina-screenshot (screenshot-delay and screenshot-target) --- lumina-screenshot/MainUI.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lumina-screenshot/MainUI.h') diff --git a/lumina-screenshot/MainUI.h b/lumina-screenshot/MainUI.h index 5ebe20f6..0e60bda6 100644 --- a/lumina-screenshot/MainUI.h +++ b/lumina-screenshot/MainUI.h @@ -15,6 +15,7 @@ #include #include #include +#include #include #include @@ -34,6 +35,7 @@ private: QPixmap cpic; //current picture QString ppath; //previous file path WId cwin; //current window to screenshot + QSettings *settings; private slots: //Button Slots @@ -48,4 +50,4 @@ private slots: void getPixmap(); //set the "cpic" variable to the new screenshot }; -#endif \ No newline at end of file +#endif -- cgit