Changeset 41519 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 31, 2012 12:19:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r41234 r41519 161 161 #endif /* Q_WS_MAC */ 162 162 163 /* Power up machine: */ 164 uisession()->powerUp(); 165 166 /* Initialization: */ 167 sltMachineStateChanged(); 168 sltAdditionsStateChanged(); 169 sltMouseCapabilityChanged(); 170 163 171 #ifdef VBOX_WITH_DEBUGGER_GUI 164 172 /* Prepare debugger: */ 165 173 prepareDebugger(); 166 174 #endif /* VBOX_WITH_DEBUGGER_GUI */ 167 168 /* Power up machine: */169 uisession()->powerUp();170 171 /* Initialization: */172 sltMachineStateChanged();173 sltAdditionsStateChanged();174 sltMouseCapabilityChanged();175 175 176 176 /* Retranslate logic part: */
Note:
See TracChangeset
for help on using the changeset viewer.