diff options
author | Ken Moore <moorekou@gmail.com> | 2016-03-25 11:39:11 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-03-25 11:39:11 -0400 |
commit | e7e747ddf3a701c2488acdb4aa4e8b16cd350945 (patch) | |
tree | c9bc778c7e32251d1587e5ac531eeb358653fdd9 /lumina-screenshot/MainUI.h | |
parent | Merge pull request #208 from rubin55/master (diff) | |
parent | Update MainUI.cpp (diff) | |
download | lumina-e7e747ddf3a701c2488acdb4aa4e8b16cd350945.tar.gz lumina-e7e747ddf3a701c2488acdb4aa4e8b16cd350945.tar.bz2 lumina-e7e747ddf3a701c2488acdb4aa4e8b16cd350945.zip |
Merge pull request #209 from q5sys/master
Quicksave and Crop Functions
Diffstat (limited to 'lumina-screenshot/MainUI.h')
-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..db0672da 100644 --- a/lumina-screenshot/MainUI.h +++ b/lumina-screenshot/MainUI.h @@ -50,8 +50,11 @@ private slots: this->close(); } void saveScreenshot(); + void quicksave(); + void editScreenshot(); 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 |