tools/MissionsEditor/editor.h
changeset 2596 41b46f83d088
parent 2583 f8da275981e5
equal deleted inserted replaced
2595:d57af3defd56 2596:41b46f83d088
    21 private:
    21 private:
    22     Ui::editor *ui;
    22     Ui::editor *ui;
    23     QList<QCheckBox  *> cbFlags;
    23     QList<QCheckBox  *> cbFlags;
    24 
    24 
    25     void load(const QString & fileName);
    25     void load(const QString & fileName);
       
    26     void reset();
    26 
    27 
    27 private slots:
    28 private slots:
    28     void on_actionLoad_triggered();
    29     void on_actionLoad_triggered();
    29 };
    30 };
    30 
    31