diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-10-06 14:59:52 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-10-06 14:59:52 +0200 |
commit | 61dd862769a186a05a2b0ca7fe7cc470aa383f25 (patch) | |
tree | 04f1e49b8b341b2a357772ffc3bc86ad4a8b4d35 /src/mainwindow.h | |
parent | b37907c8269c6e96a09da830aea85c20c4209229 (diff) |
Add about dialog.
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 067ac0f..eee8f47 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -69,6 +69,7 @@ private slots: void test(); void render(); void editProject(); + void showAbout(); protected: void closeEvent(QCloseEvent*); |