aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/profileDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/GuiClient/profileDialog.h')
-rw-r--r--examples/GuiClient/profileDialog.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/GuiClient/profileDialog.h b/examples/GuiClient/profileDialog.h
new file mode 100644
index 00000000..264dd94b
--- /dev/null
+++ b/examples/GuiClient/profileDialog.h
@@ -0,0 +1,22 @@
+#ifndef PROFILEDIALOG_H
+#define PROFILEDIALOG_H
+
+#include <QDialog>
+
+namespace Ui {
+ class profileDialog;
+}
+
+class profileDialog : public QDialog
+{
+ Q_OBJECT
+
+public:
+ explicit profileDialog(QWidget *parent = 0);
+ ~profileDialog();
+
+private:
+ Ui::profileDialog *ui;
+};
+
+#endif // PROFILEDIALOG_H