aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-pdf/propDialog.h
diff options
context:
space:
mode:
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