tools/MissionsEditor/editor.h
changeset 4309 a69c73c5d173
parent 4307 eb0f5c45e7ab
parent 4283 7dbdaeecebbf
child 4312 2610ad7c6d6c
child 4313 0690067bc5ff
--- a/tools/MissionsEditor/editor.h	Sat Nov 13 14:40:06 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