# HG changeset patch # User Chris Cannam # Date 1444831708 -3600 # Node ID b11b82c2e1af7bbb694610fc5c590cb51a1a39d9 # Parent 0affe7f14a2f65ecfabe6da54335d62007faff7d Don't show icons in menus diff -r 0affe7f14a2f -r b11b82c2e1af src/main.cpp --- 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() { }