aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-pdf/propDialog.h
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2018-03-20 13:26:15 -0400
committerKen Moore <ken@ixsystems.com>2018-03-20 13:26:15 -0400
commite8a1a0cd0fd113960d8199799e7c8b2e5194e9eb (patch)
tree02ca053195c87f97bfb1c2903d31d4f762e63ffd /src-qt5/desktop-utils/lumina-pdf/propDialog.h
parentQuick checkpoint on the new NativeWindow class (Widgets). (diff)
parentDisabled Properties, Find, and Bookmarks for Poppler but enabled by default f... (diff)
downloadlumina-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.h5
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
bgstack15