Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-02-22 21:36:54 +0000
committerStijn Buys <ingar@osirion.org>2012-02-22 21:36:54 +0000
commite6347f3747a746151f1f67c7a508c5e2fc9091a8 (patch)
tree21b078c9e1f04c02b9049611ded14ee1f064b43c /src/mainwindow.h
parent0392694560d530c14aced7ac21f85b18b676a685 (diff)
Preserve ini file comments. preserve racetrack and checkpoint entities.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index b2943a5..b76eaa8 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -32,6 +32,7 @@ private slots:
void slot_new();
void slot_open();
void slot_save();
+ void slot_save_as();
private:
void init_actions();
@@ -53,6 +54,7 @@ private:
QAction *action_new;
QAction *action_open;
QAction *action_save;
+ QAction *action_save_as;
QAction *action_quit;
};