Changeset 74940 in vbox
- Timestamp:
- Oct 19, 2018 10:45:21 AM (6 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r74853 r74940 270 270 ifneq ($(KBUILD_TYPE),release) 271 271 VirtualBoxVM_DEFS += VBOX_GUI_WITH_EXTRADATA_MANAGER_UI 272 VirtualBoxVM_DEFS += VBOX_GUI_WITH_GUEST_CONTROL_UI 272 273 endif 273 274 ifdef VBOX_WITH_ICHAT_THEATER -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIVMInformationDialog.cpp
r74553 r74940 39 39 # include "VBoxUtils.h" 40 40 # include "UIInformationConfiguration.h" 41 # include "UIGuestControlFileManager.h" 42 # include "UIGuestControlWidget.h" 41 # ifdef VBOX_GUI_WITH_GUEST_CONTROL_UI 42 # include "UIGuestControlFileManager.h" 43 # include "UIGuestControlWidget.h" 44 # endif 43 45 # include "UIInformationRuntime.h" 44 46 # include "UIMachine.h" … … 244 246 m_pTabWidget->addTab(m_tabs.value(1), QString()); 245 247 } 246 248 #ifdef VBOX_GUI_WITH_GUEST_CONTROL_UI 247 249 if(m_pMachineWindow->console().isOk()) 248 250 { … … 265 267 } 266 268 } 267 268 269 #endif 269 270 /* Set Runtime Information tab as default: */ 270 271 m_pTabWidget->setCurrentIndex(1);
Note:
See TracChangeset
for help on using the changeset viewer.