Resync (forgot to add new files?)
[CMakeLuaTailorHgBridge.git] / CMakeLua / Source / QtDialog / QMacInstallDialog.h
blobefe67dfaf4821016d8a8b21d462cc123faa76d90
1 #ifndef QMacInstallDialog_h
2 #define QMacInstallDialog_h
3 #include <QDialog>
5 class QMacInstallDialog : public QDialog
7 Q_OBJECT;
8 public:
9 QMacInstallDialog(QWidget*w);
10 ~QMacInstallDialog();
11 private slots:
12 void ShowBrowser();
13 void SkipInstall();
14 void DoInstall();
15 private:
16 class QMacInstallDialogInternals;
17 QMacInstallDialogInternals* Internals;
20 #endif