Changeset 52058 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 16, 2014 5:30:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp
r52057 r52058 299 299 void sltHandleDragObjectDestroy(); 300 300 301 #ifdef Q_WS_MAC301 #ifdef RT_OS_DARWIN 302 302 /** Performs window activation. */ 303 303 void sltActivateWindow() { activateWindow(); } 304 #endif /* Q_WS_MAC*/304 #endif /* RT_OS_DARWIN */ 305 305 306 306 private:
Note:
See TracChangeset
for help on using the changeset viewer.