diff options
author | q5sys <jt@obs-sec.com> | 2016-03-25 03:00:06 -0400 |
---|---|---|
committer | q5sys <jt@obs-sec.com> | 2016-03-25 03:00:06 -0400 |
commit | b4ea414942eed25044a316bb38dad31d95e91628 (patch) | |
tree | 974c58ddae6c2c96a74ba1c5897854fea46a127a | |
parent | Update MainUI.ui (diff) | |
download | lumina-b4ea414942eed25044a316bb38dad31d95e91628.tar.gz lumina-b4ea414942eed25044a316bb38dad31d95e91628.tar.bz2 lumina-b4ea414942eed25044a316bb38dad31d95e91628.zip |
Update MainUI.h
added quicksave
-rw-r--r-- | lumina-screenshot/MainUI.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |