summaryrefslogtreecommitdiffstats
path: root/gui/server_normal/help.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/server_normal/help.h')
-rw-r--r--gui/server_normal/help.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/gui/server_normal/help.h b/gui/server_normal/help.h
new file mode 100644
index 0000000..c26d5d4
--- /dev/null
+++ b/gui/server_normal/help.h
@@ -0,0 +1,22 @@
+#ifndef HELP_H
+#define HELP_H
+
+#include <QWidget>
+
+namespace Ui {
+class help;
+}
+
+class help : public QWidget
+{
+ Q_OBJECT
+
+public:
+ explicit help(QWidget *parent = 0);
+ ~help();
+
+private:
+ Ui::help *ui;
+};
+
+#endif // HELP_H