tools/MissionsEditor/editor.h
changeset 2583 f8da275981e5
parent 2572 af96861683f8
child 2596 41b46f83d088
--- a/tools/MissionsEditor/editor.h	Sun Oct 25 10:39:12 2009 +0000
+++ b/tools/MissionsEditor/editor.h	Sun Oct 25 12:19:47 2009 +0000
@@ -8,6 +8,8 @@
     class editor;
 }
 
+class QCheckBox;
+
 class editor : public QMainWindow
 {
     Q_OBJECT
@@ -18,6 +20,12 @@
 
 private:
     Ui::editor *ui;
+    QList<QCheckBox  *> cbFlags;
+
+    void load(const QString & fileName);
+
+private slots:
+    void on_actionLoad_triggered();
 };
 
 #endif // EDITOR_H