VirtualBox

Changeset 95756 in vbox


Ignore:
Timestamp:
Jul 20, 2022 12:56:35 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152466
Message:

Reverting r152411: 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

    r95717 r95756  
    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
    15561555                case IndicatorType_Recording:         m_pool[indicatorType] = new UIIndicatorRecording(m_pSession);     break;
    1557 #endif
    15581556                case IndicatorType_Features:          m_pool[indicatorType] = new UIIndicatorFeatures(m_pSession);      break;
    15591557                case IndicatorType_Mouse:             m_pool[indicatorType] = new UIIndicatorMouse(m_pSession);         break;
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.cpp

    r95717 r95756  
    943943            pLayoutRecording->addStretch();
    944944        }
    945 #ifdef VBOX_WITH_RECORDING
     945
    946946        m_pTabWidget->addTab(m_pTabRecording, QString());
    947 #endif
    948947    }
    949948}
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