Changeset 95717 in vbox
- Timestamp:
- Jul 18, 2022 4:42:58 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152411
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp
r95423 r95717 1553 1553 case IndicatorType_SharedFolders: m_pool[indicatorType] = new UIIndicatorSharedFolders(m_pSession); break; 1554 1554 case IndicatorType_Display: m_pool[indicatorType] = new UIIndicatorDisplay(m_pSession); break; 1555 #ifdef VBOX_WITH_RECORDING 1555 1556 case IndicatorType_Recording: m_pool[indicatorType] = new UIIndicatorRecording(m_pSession); break; 1557 #endif 1556 1558 case IndicatorType_Features: m_pool[indicatorType] = new UIIndicatorFeatures(m_pSession); break; 1557 1559 case IndicatorType_Mouse: m_pool[indicatorType] = new UIIndicatorMouse(m_pSession); break; -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.cpp
r95642 r95717 943 943 pLayoutRecording->addStretch(); 944 944 } 945 945 #ifdef VBOX_WITH_RECORDING 946 946 m_pTabWidget->addTab(m_pTabRecording, QString()); 947 #endif 947 948 } 948 949 }
Note:
See TracChangeset
for help on using the changeset viewer.