summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-07-12 13:54:29 +0000
committerStijn Buys <ingar@osirion.org>2013-07-12 13:54:29 +0000
commitceeac6bcacfe2296ac9b40bc5b54b525307d2dd5 (patch)
treed4343985af6f21c2242bdea81965bb6468882a28 /src/mainwindow.h
parent1ee4d49f99e7925b9ac19aadc944007bd4320389 (diff)
Clear the current filename when using Game->New,
Updates the TODO list.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 13283fe..0054893 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -46,6 +46,7 @@ private:
private slots:
+ void doNew();
void doSave();
void doSaveAs();
void doLoad();