summaryrefslogtreecommitdiffstats
path: root/gui/server_normal/help.h
blob: c26d5d457b9a312295c1fdeb515a54a5d85253b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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