Changeset 27161 in vbox
- Timestamp:
- Mar 8, 2010 12:13:13 PM (15 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp
r27155 r27161 196 196 void UIMachineWindowFullscreen::cleanupMenu() 197 197 { 198 #ifdef Q_WS_MAC199 // Sync with UIMachineWindowFullscreen::prepareMenu()!200 #else /* To NaN: Please uncomment below for mac too and test! */201 198 delete m_pMainMenu; 202 199 m_pMainMenu = 0; 203 #endif /* Q_WS_MAC */ 204 } 205 200 } 201 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp
r27155 r27161 242 242 void UIMachineWindowSeamless::cleanupMenu() 243 243 { 244 #ifdef Q_WS_MAC245 // Sync with UIMachineWindowSeamless::prepareMenu()!246 #else /* To NaN: Please uncomment below for mac too and test! */247 244 delete m_pMainMenu; 248 245 m_pMainMenu = 0; 249 #endif /* Q_WS_MAC */250 246 } 251 247
Note:
See TracChangeset
for help on using the changeset viewer.