From 61dd862769a186a05a2b0ca7fe7cc470aa383f25 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 6 Oct 2018 14:59:52 +0200 Subject: Add about dialog. --- src/mainwindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainwindow.h') 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*); -- cgit v1.2.3