Changeset 27310 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.h
- Timestamp:
- Mar 12, 2010 1:29:09 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58722
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.h
r27081 r27310 56 56 /* Prepare helpers: */ 57 57 #ifdef Q_WS_MAC 58 void prepareCo nsoleConnections();58 void prepareCommonConnections(); 59 59 #endif /* Q_WS_MAC */ 60 60 void prepareActionGroups(); … … 64 64 void cleanupMachineWindows(); 65 65 void cleanupActionGroups(); 66 #ifdef Q_WS_MAC 67 //void cleanupCommonConnections() {} 68 #endif /* Q_WS_MAC */ 66 69 67 70 #ifdef Q_WS_MAC
Note:
See TracChangeset
for help on using the changeset viewer.