VirtualBox

Changeset 102553 in vbox for trunk


Ignore:
Timestamp:
Dec 8, 2023 4:45:04 PM (10 months ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10513: UIMachineLogic: Nitpicking in preferences/settings cleanup stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp

    r102552 r102553  
    15351535                                                                                               strCategory,
    15361536                                                                                               strControl);
    1537         connect(m_settings[UIAdvancedSettingsDialog::Type_Global], &UIAdvancedSettingsDialogGlobal::sigClose,
     1537        connect(m_settings[UIAdvancedSettingsDialog::Type_Global], &UIAdvancedSettingsDialog::sigClose,
    15381538                this, &UIMachineLogic::sltClosePreferencesDialog);
    15391539        const bool fSuccess = m_settings.value(UIAdvancedSettingsDialog::Type_Global)->load();
     
    15841584                                                                                                 strCategory,
    15851585                                                                                                 strControl);
    1586         connect(m_settings[UIAdvancedSettingsDialog::Type_Machine], &UIAdvancedSettingsDialogGlobal::sigClose,
     1586        connect(m_settings[UIAdvancedSettingsDialog::Type_Machine], &UIAdvancedSettingsDialog::sigClose,
    15871587                this, &UIMachineLogic::sltCloseSettingsDialog);
    15881588        const bool fSuccess = m_settings.value(UIAdvancedSettingsDialog::Type_Machine)->load();
Note: See TracChangeset for help on using the changeset viewer.

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