VirtualBox

Ignore:
Timestamp:
Apr 12, 2024 1:10:30 PM (11 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162790
Message:

FE/Qt. bugref:10622. Using new UITranslationEventListener in the settings related GUI classes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UISharedFolderDetailsEditor.cpp

    r103710 r104313  
    4444                                                         const QStringList &usedNames,
    4545                                                         QWidget *pParent /* = 0 */)
    46     : QIWithRetranslateUI2<QIDialog>(pParent)
     46    : QIDialog(pParent)
    4747    , m_enmType(enmType)
    4848    , m_fUsePermanent(fUsePermanent)
     
    128128}
    129129
    130 void UISharedFolderDetailsEditor::retranslateUi()
     130void UISharedFolderDetailsEditor::sltRetranslateUI()
    131131{
    132132    switch (m_enmType)
     
    233233
    234234    /* Apply language settings: */
    235     retranslateUi();
     235    sltRetranslateUI();
    236236
    237237    /* Validate the initial field values: */
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