summaryrefslogblamecommitdiffstats
path: root/gui/server_normal/help.h
blob: c26d5d457b9a312295c1fdeb515a54a5d85253b6 (plain) (tree)





















                                           
#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