diff options
author | ZackaryWelch <welch.zackary@gmail.com> | 2017-12-18 19:05:35 -0500 |
---|---|---|
committer | ZackaryWelch <welch.zackary@gmail.com> | 2017-12-18 19:05:35 -0500 |
commit | f4d3efca1f72dd152db2128568117445ada07789 (patch) | |
tree | 1d2431eb2517c6774ba166c1b5afdaa4f952c0a2 /src-qt5/desktop-utils/lumina-pdf/mainUI.h | |
parent | Added two custom icons for lumina-pdf (diff) | |
download | lumina-f4d3efca1f72dd152db2128568117445ada07789.tar.gz lumina-f4d3efca1f72dd152db2128568117445ada07789.tar.bz2 lumina-f4d3efca1f72dd152db2128568117445ada07789.zip |
Added missing icons and created actions for later implemented functions
Diffstat (limited to 'src-qt5/desktop-utils/lumina-pdf/mainUI.h')
-rw-r--r-- | src-qt5/desktop-utils/lumina-pdf/mainUI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/desktop-utils/lumina-pdf/mainUI.h b/src-qt5/desktop-utils/lumina-pdf/mainUI.h index 078caaca..9ed50ba0 100644 --- a/src-qt5/desktop-utils/lumina-pdf/mainUI.h +++ b/src-qt5/desktop-utils/lumina-pdf/mainUI.h @@ -69,7 +69,7 @@ private: private slots: void startLoadingPages(QPrinter *printer); void slotPageLoaded(int); - void slotStartPresentation(QAction *act); + //void slotStartPresentation(QAction *act); //Simplification routines void nextPage(){ ShowPage( WIDGET->currentPage() ); } //currentPage() starts at 1 rather than 0 |