tools/MissionsEditor/editor.h
branch0.9.14
changeset 4271 3fa9eb4d25b9
parent 4268 cc20f79361d8
child 4273 4035d5b78eeb
child 4274 8292066cb45c
--- a/tools/MissionsEditor/editor.h	Sat Nov 13 12:07:17 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-#ifndef EDITOR_H
-#define EDITOR_H
-
-#include <QtGui/QMainWindow>
-
-namespace Ui
-{
-    class editor;
-}
-
-class QCheckBox;
-
-class editor : public QMainWindow
-{
-    Q_OBJECT
-
-public:
-    editor(QWidget *parent = 0);
-    ~editor();
-
-private:
-    Ui::editor *ui;
-    QList<QCheckBox  *> cbFlags;
-
-    void load(const QString & fileName);
-    void reset();
-
-private slots:
-    void on_actionLoad_triggered();
-};
-
-#endif // EDITOR_H