diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-10-06 10:05:18 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-10-06 10:05:18 +0200 |
commit | 5584b748a7e75a1f8b582ba9227dc08b2b2c5649 (patch) | |
tree | f7b54604be4a95fe0e56e2f468c057c383121696 /src/mainwindow.h | |
parent | add9c8bed73516093b6eb37d4fdf30c592a7f72c (diff) |
Add description to project.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index a9b27ee..067ac0f 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -68,6 +68,7 @@ public slots: private slots: void test(); void render(); + void editProject(); protected: void closeEvent(QCloseEvent*); |