diff options
author | Ken Moore <ken@ixsystems.com> | 2018-03-20 13:26:15 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2018-03-20 13:26:15 -0400 |
commit | e8a1a0cd0fd113960d8199799e7c8b2e5194e9eb (patch) | |
tree | 02ca053195c87f97bfb1c2903d31d4f762e63ffd /src-qt5/desktop-utils/lumina-pdf/propDialog.h | |
parent | Quick checkpoint on the new NativeWindow class (Widgets). (diff) | |
parent | Disabled Properties, Find, and Bookmarks for Poppler but enabled by default f... (diff) | |
download | lumina-e8a1a0cd0fd113960d8199799e7c8b2e5194e9eb.tar.gz lumina-e8a1a0cd0fd113960d8199799e7c8b2e5194e9eb.tar.bz2 lumina-e8a1a0cd0fd113960d8199799e7c8b2e5194e9eb.zip |
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'src-qt5/desktop-utils/lumina-pdf/propDialog.h')
-rw-r--r-- | src-qt5/desktop-utils/lumina-pdf/propDialog.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src-qt5/desktop-utils/lumina-pdf/propDialog.h b/src-qt5/desktop-utils/lumina-pdf/propDialog.h index a09f2563..23b8c877 100644 --- a/src-qt5/desktop-utils/lumina-pdf/propDialog.h +++ b/src-qt5/desktop-utils/lumina-pdf/propDialog.h @@ -12,19 +12,16 @@ #include "Renderer.h" namespace Ui{ - class PropDialog; + class PropDialog; }; class PropDialog : public QDialog { Q_OBJECT public: PropDialog(Renderer *Backend); - void setSize(QSizeF); private: - //void setInfo(fz_context*, pdf_obj*, QTextEdit*, QString); - Ui::PropDialog *ui; }; #endif |