diff options
Diffstat (limited to 'src-qt5/desktop-utils/lumina-pdf/PropDialog.h')
-rw-r--r-- | src-qt5/desktop-utils/lumina-pdf/PropDialog.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src-qt5/desktop-utils/lumina-pdf/PropDialog.h b/src-qt5/desktop-utils/lumina-pdf/PropDialog.h deleted file mode 100644 index 6d92eea5..00000000 --- a/src-qt5/desktop-utils/lumina-pdf/PropDialog.h +++ /dev/null @@ -1,29 +0,0 @@ -//=========================================== -// Lumina Desktop source code -// Copyright (c) 2017, Ken Moore -// Available under the 3-clause BSD license -// See the LICENSE file for full details -//=========================================== -#pragma once - -#include "Renderer.h" -#include <QDialog> -#include <QTextEdit> - -namespace Ui { -class PropDialog; -}; - -class PropDialog : public QDialog { - Q_OBJECT -public: - PropDialog(Renderer *Backend); - -public slots: - void setSize(QSizeF); - void setInformation(); - -private: - Ui::PropDialog *ui; - Renderer *BACKEND; -}; |