tools/MissionsEditor/editor.h
branch0.9.14
changeset 4273 4035d5b78eeb
parent 4270 d1673536b6e5
parent 4271 3fa9eb4d25b9
child 4278 ac43dfa56baf
--- a/tools/MissionsEditor/editor.h	Sat Nov 13 08:54:39 2010 -0500
+++ /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