Changeset 41115 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 2, 2012 1:55:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.h
r41114 r41115 49 49 void sltPopupMainMenu(); 50 50 51 #ifndef Q_WS_MAC 51 #ifndef RT_OS_DARWIN 52 /* Current Qt on MAC has something broken in moc generation, 53 * so we have to use RT_OS_DARWIN instead of Q_WS_MAC here. */ 52 54 /* Update mini tool-bar mask: */ 53 55 void sltUpdateMiniToolBarMask(); 54 #endif /* ! Q_WS_MAC*/56 #endif /* !RT_OS_DARWIN */ 55 57 56 58 private:
Note:
See TracChangeset
for help on using the changeset viewer.