aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-screenshot/MainUI.h
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2016-11-22 15:45:14 -0500
committerKen Moore <ken@ixsystems.com>2016-11-22 15:45:14 -0500
commit5bedc7e5673928ff0424da1b2719f0d75f62a8cf (patch)
tree219c665dd119e0ae7d1cf9dddc1be541240f1677 /src-qt5/desktop-utils/lumina-screenshot/MainUI.h
parentAdd better error notifications when saving screenshots. (diff)
downloadlumina-5bedc7e5673928ff0424da1b2719f0d75f62a8cf.tar.gz
lumina-5bedc7e5673928ff0424da1b2719f0d75f62a8cf.tar.bz2
lumina-5bedc7e5673928ff0424da1b2719f0d75f62a8cf.zip
Fix up the scaling options in the UI for lumina-screenshot.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-screenshot/MainUI.h')
-rw-r--r--src-qt5/desktop-utils/lumina-screenshot/MainUI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-screenshot/MainUI.h b/src-qt5/desktop-utils/lumina-screenshot/MainUI.h
index 69c9bf26..f7319541 100644
--- a/src-qt5/desktop-utils/lumina-screenshot/MainUI.h
+++ b/src-qt5/desktop-utils/lumina-screenshot/MainUI.h
@@ -64,6 +64,8 @@ private slots:
void startScreenshot();
void imgselchanged(bool hassel);
+ void imgScalingChanged(int percent = -1);
+
//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