diff options
author | Ken Moore <ken@ixsystems.com> | 2018-02-05 14:31:37 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2018-02-05 14:31:37 -0500 |
commit | 96c62cbb5ed33232f1774e67f0a475117b8a7182 (patch) | |
tree | a46fb5f9cabefdb91b7c2b9e20b8fa818f2236c4 /src-qt5/desktop-utils/lumina-pdf | |
parent | Add a new "Spacer" plugin, and tinker with a lot of the panel mechanics. (diff) | |
download | lumina-96c62cbb5ed33232f1774e67f0a475117b8a7182.tar.gz lumina-96c62cbb5ed33232f1774e67f0a475117b8a7182.tar.bz2 lumina-96c62cbb5ed33232f1774e67f0a475117b8a7182.zip |
Add an xsession file for Lumina 2.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-pdf')
-rw-r--r-- | src-qt5/desktop-utils/lumina-pdf/mainUI.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-qt5/desktop-utils/lumina-pdf/mainUI.h b/src-qt5/desktop-utils/lumina-pdf/mainUI.h index 6886299d..251d42c1 100644 --- a/src-qt5/desktop-utils/lumina-pdf/mainUI.h +++ b/src-qt5/desktop-utils/lumina-pdf/mainUI.h @@ -97,11 +97,11 @@ private slots: void updatePageNumber(); void showContextMenu(const QPoint&){ contextMenu->popup(QCursor::pos()); } void updateContextMenu(); - //void setScroll(bool); + //void setScroll(bool); signals: void PageLoaded(int); - void sendDocument(Poppler::Document*); + void sendDocument(Poppler::Document*); protected: void keyPressEvent(QKeyEvent*); |