Changeset 95756 in vbox
- Timestamp:
- Jul 20, 2022 12:56:35 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152466
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp
r95717 r95756 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_RECORDING1556 1555 case IndicatorType_Recording: m_pool[indicatorType] = new UIIndicatorRecording(m_pSession); break; 1557 #endif1558 1556 case IndicatorType_Features: m_pool[indicatorType] = new UIIndicatorFeatures(m_pSession); break; 1559 1557 case IndicatorType_Mouse: m_pool[indicatorType] = new UIIndicatorMouse(m_pSession); break; -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.cpp
r95717 r95756 943 943 pLayoutRecording->addStretch(); 944 944 } 945 #ifdef VBOX_WITH_RECORDING 945 946 946 m_pTabWidget->addTab(m_pTabRecording, QString()); 947 #endif948 947 } 949 948 }
Note:
See TracChangeset
for help on using the changeset viewer.