changeset 500:b11b82c2e1af 2.0-integration

Don't show icons in menus
author Chris Cannam
date Wed, 14 Oct 2015 15:08:28 +0100
parents 0affe7f14a2f
children e6f5c6c479f3
files src/main.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/main.cpp	Wed Oct 14 14:53:45 2015 +0100
+++ b/src/main.cpp	Wed Oct 14 15:08:28 2015 +0100
@@ -69,6 +69,8 @@
         m_mainWindow(0),
         m_readyForFiles(false)
     {
+        // tidier without, I reckon
+        setAttribute(Qt::AA_DontShowIconsInMenus);
     }
     virtual ~TonyApplication() {
     }