Changeset 9438 in vbox for trunk/src/VBox/Frontends/VirtualBox4/src/darwin/VBoxUtils-darwin.cpp
- Timestamp:
- Jun 5, 2008 4:13:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/darwin/VBoxUtils-darwin.cpp
r9437 r9438 267 267 #else /* QT_VERSION < 0x040400 */ 268 268 /* Available since Qt 4.4 only */ 269 a.setAttribute (Qt::AA_DontShowIconsInMenus, true);269 QApplication::instance()->setAttribute (Qt::AA_DontShowIconsInMenus, true); 270 270 #endif /* QT_VERSION >= 0x040400 */ 271 271 }
Note:
See TracChangeset
for help on using the changeset viewer.