- Timestamp:
- Dec 16, 2015 7:08:51 PM (9 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal
- Files:
-
- 2 edited
-
UIMachineWindowNormal.cpp (modified) (2 diffs)
-
UIMachineWindowNormal.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp
r58886 r59164 120 120 } 121 121 122 void UIMachineWindowNormal::sltHandleSessionInitialized() 123 { 124 /* Update virtualization stuff: */ 125 updateAppearanceOf(UIVisualElement_FeaturesStuff); 126 } 127 122 128 #ifndef RT_OS_DARWIN 123 129 void UIMachineWindowNormal::sltHandleMenuBarConfigurationChange(const QString &strMachineID) … … 229 235 connect(machineLogic()->uisession(), SIGNAL(sigCPUExecutionCapChange()), 230 236 this, SLOT(sltCPUExecutionCapChange())); 237 connect(machineLogic()->uisession(), SIGNAL(sigInitialized()), 238 this, SLOT(sltHandleSessionInitialized())); 231 239 } 232 240 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.h
r58142 r59164 65 65 /** Handles CPU execution cap change event. */ 66 66 void sltCPUExecutionCapChange(); 67 /** Handles UISession initialized event. */ 68 void sltHandleSessionInitialized(); 67 69 68 70 #ifndef RT_OS_DARWIN
Note:
See TracChangeset
for help on using the changeset viewer.

