diff options
Diffstat (limited to 'src-qt5/desktop-utils/lumina-screenshot/MainUI.h')
-rw-r--r-- | src-qt5/desktop-utils/lumina-screenshot/MainUI.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-screenshot/MainUI.h b/src-qt5/desktop-utils/lumina-screenshot/MainUI.h index bb1b61df..cb740d33 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/MainUI.h +++ b/src-qt5/desktop-utils/lumina-screenshot/MainUI.h @@ -18,6 +18,7 @@ #include <QSettings> #include <QAction> #include <QScreen> +#include <QTabBar> #include <LuminaXDG.h> #include <LUtils.h> @@ -47,6 +48,7 @@ private: QSettings *settings; LXCB *XCB; //Library access to window subsystems QTimer *scaleTimer; + QTabBar *tabbar; //Image Editor widget ImageEditor *IMG; @@ -68,6 +70,8 @@ private slots: void imgScalingChanged(int percent = -1); void sliderChanged(); + void tabChanged(int); + //Utility functions to perform a screenshot bool getWindow(); //set the "cwin" variable as appropriate void getPixmap(); //set the "cpic" variable to the new screenshot |