summaryrefslogtreecommitdiffstats
path: root/tools/testcon/mainwindow.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2017-01-11 10:42:32 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2017-01-11 14:45:15 +0000
commit7352050562309668e55d46db2d8ab59cd76a7092 (patch)
treee5a572a8534c59eaa3c062a82ba56d99222d7e32 /tools/testcon/mainwindow.h
parent5c35bdfe3bb2646ec94244e12c0ed04d33b30639 (diff)
Testcon: Add Help menu with "About..." entries
Add "About Qt" and "About Testcon" which displays Qt version and build. Change-Id: Iddedf0ccf4d1e753a9deb5812c3df482e5a2e480 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tools/testcon/mainwindow.h')
-rw-r--r--tools/testcon/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testcon/mainwindow.h b/tools/testcon/mainwindow.h
index 2c8d687..84cd2ce 100644
--- a/tools/testcon/mainwindow.h
+++ b/tools/testcon/mainwindow.h
@@ -84,6 +84,8 @@ protected slots:
void on_actionScriptingRun_triggered();
void on_actionFreeUnusedDLLs_triggered();
+ void on_actionAbout_Qt_triggered();
+ void on_actionAbout_Testcon_triggered();
private:
QAxWidget *activeAxWidget() const;