VirtualBox

Changeset 95717 in vbox


Ignore:
Timestamp:
Jul 18, 2022 4:42:58 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152411
Message:

FE/Qt: ​bugref:10244. Hiding recording related widgets if VBOX_WITH_RECORDING is unset.

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  
    15531553                case IndicatorType_SharedFolders:     m_pool[indicatorType] = new UIIndicatorSharedFolders(m_pSession); break;
    15541554                case IndicatorType_Display:           m_pool[indicatorType] = new UIIndicatorDisplay(m_pSession);       break;
     1555#ifdef VBOX_WITH_RECORDING
    15551556                case IndicatorType_Recording:         m_pool[indicatorType] = new UIIndicatorRecording(m_pSession);     break;
     1557#endif
    15561558                case IndicatorType_Features:          m_pool[indicatorType] = new UIIndicatorFeatures(m_pSession);      break;
    15571559                case IndicatorType_Mouse:             m_pool[indicatorType] = new UIIndicatorMouse(m_pSession);         break;
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.cpp

    r95642 r95717  
    943943            pLayoutRecording->addStretch();
    944944        }
    945 
     945#ifdef VBOX_WITH_RECORDING
    946946        m_pTabWidget->addTab(m_pTabRecording, QString());
     947#endif
    947948    }
    948949}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette