aboutsummaryrefslogtreecommitdiff
path: root/lumina-screenshot/MainUI.h
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-03-25 11:39:11 -0400
committerKen Moore <moorekou@gmail.com>2016-03-25 11:39:11 -0400
commite7e747ddf3a701c2488acdb4aa4e8b16cd350945 (patch)
treec9bc778c7e32251d1587e5ac531eeb358653fdd9 /lumina-screenshot/MainUI.h
parentMerge pull request #208 from rubin55/master (diff)
parentUpdate MainUI.cpp (diff)
downloadlumina-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.h3
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
bgstack15