summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/QMacInstallDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/QtDialog/QMacInstallDialog.h')
-rw-r--r--Source/QtDialog/QMacInstallDialog.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/Source/QtDialog/QMacInstallDialog.h b/Source/QtDialog/QMacInstallDialog.h
deleted file mode 100644
index efe67df..0000000
--- a/Source/QtDialog/QMacInstallDialog.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef QMacInstallDialog_h
-#define QMacInstallDialog_h
-#include <QDialog>
-
-class QMacInstallDialog : public QDialog
-{
- Q_OBJECT;
-public:
- QMacInstallDialog(QWidget*w);
- ~QMacInstallDialog();
-private slots:
- void ShowBrowser();
- void SkipInstall();
- void DoInstall();
-private:
- class QMacInstallDialogInternals;
- QMacInstallDialogInternals* Internals;
-};
-
-#endif