diff src/main.cpp @ 500:b11b82c2e1af 2.0-integration

Don't show icons in menus
author Chris Cannam
date Wed, 14 Oct 2015 15:08:28 +0100
parents fce075d2952f
children 30fbc53d8150
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() {
     }