summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index d9ab062..e4c5863 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -58,12 +58,17 @@ public slots:
void newProject();
void loadProject();
+ void loadProject(QString filename);
void saveProject();
void saveProjectAs();
void projectChanged();
void closeTab(int tab);
+private slots:
+ void test();
+ void render();
+
protected:
void closeEvent(QCloseEvent*);