From b4ea414942eed25044a316bb38dad31d95e91628 Mon Sep 17 00:00:00 2001 From: q5sys Date: Fri, 25 Mar 2016 03:00:06 -0400 Subject: Update MainUI.h added quicksave --- lumina-screenshot/MainUI.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lumina-screenshot/MainUI.h') diff --git a/lumina-screenshot/MainUI.h b/lumina-screenshot/MainUI.h index 0640f89b..884b33bf 100644 --- a/lumina-screenshot/MainUI.h +++ b/lumina-screenshot/MainUI.h @@ -50,8 +50,11 @@ private slots: this->close(); } void saveScreenshot(); + void quicksave(); + void startScreenshot(); + //Utility functions to perform a screenshot bool getWindow(); //set the "cwin" variable as appropriate void getPixmap(); //set the "cpic" variable to the new screenshot -- cgit