Changeset 9343 in vbox for trunk/src/VBox
- Timestamp:
- Jun 3, 2008 9:15:24 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31558
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/main.cpp
r9339 r9343 196 196 #else /* !Q_WS_MAC */ 197 197 /* No icons in the menu of a mac application. */ 198 a.setAttribute (Qt::AA_DontShowIconsInMenus, true); 198 /* Available since Qt 4.4 only */ 199 // a.setAttribute (Qt::AA_DontShowIconsInMenus, true); 199 200 #endif /* Q_WS_MAC */ 200 201
Note:
See TracChangeset
for help on using the changeset viewer.