Changeset 9438 in vbox for trunk/src/VBox/Frontends/VirtualBox4
- Timestamp:
- Jun 5, 2008 4:13:11 PM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxUtils.h
r9437 r9438 277 277 void darwinUpdateDockPreview (VBoxFrameBuffer *aFrameBuffer, CGImageRef aOverlayImage); 278 278 279 /* Icons in the menu of an mac application isunusual. */279 /* Icons in the menu of an mac application are unusual. */ 280 280 void darwinDisableIconsInMenus(); 281 281 -
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.