Changeset 27376 in vbox
- Timestamp:
- Mar 15, 2010 4:52:20 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/UISession.h
r27374 r27376 39 39 class UIActionsPool; 40 40 class UIConsoleCallback; 41 class UIDownloaderAdditions;42 41 class UIMachine; 43 42 class UIMachineMenuBar; … … 238 237 bool m_fIsHidingHostPointer : 1; 239 238 240 UIDownloaderAdditions *m_pDownloaderAdditions;241 242 239 /* Friend classes: */ 243 240 friend class UIConsoleCallback; -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.cpp
r27374 r27376 67 67 prepareMachineWindows(); 68 68 69 /* If there is an Additions download running show the process bar. */ 69 /* If there is an Additions download running, update the parent window 70 * information. */ 70 71 if (UIDownloaderAdditions *pDl = UIDownloaderAdditions::current()) 71 72 pDl->setParentWidget(mainMachineWindow()->machineWindow());
Note:
See TracChangeset
for help on using the changeset viewer.