Changeset 17126 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxToolBar.h
- Timestamp:
- Feb 25, 2009 1:03:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxToolBar.h
r16469 r17126 81 81 /** @todo Carbon -> Cocoa */ 82 82 # else /* !QT_MAC_USE_COCOA */ 83 WindowRef window = ::darwinTo WindowRef(this);83 WindowRef window = ::darwinToNativeWindow (this); 84 84 EventHandlerUPP eventHandler = ::NewEventHandlerUPP (VBoxToolBar::macEventFilter); 85 85 EventTypeSpec eventTypes[2]; … … 123 123 { 124 124 #ifdef Q_WS_MAC 125 ::darwinSetShow ToolBarButton (this, aShow);125 ::darwinSetShowsToolbarButton (this, aShow); 126 126 #else /* Q_WS_MAC */ 127 127 NOREF (aShow);
Note:
See TracChangeset
for help on using the changeset viewer.