VirtualBox

Changeset 79654 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jul 10, 2019 7:02:53 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131962
Message:

FE/Qt: bugref:6143. Some refactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/softkeyboard/UISoftKeyboard.cpp

    r79641 r79654  
    680680
    681681    UISoftKeyboardStatusBarWidget(QWidget *pParent = 0);
    682     void updateMessage(const QString &strMessage);
     682    void updateLayoutNameInStatusBar(const QString &strMessage);
    683683
    684684protected:
     
    31683168}
    31693169
    3170 void UISoftKeyboardStatusBarWidget::updateMessage(const QString &strMessage)
     3170void UISoftKeyboardStatusBarWidget::updateLayoutNameInStatusBar(const QString &strMessage)
    31713171{
    31723172    if (!m_pMessageLabel)
     
    36893689    {
    36903690        strMessage += QString("%1: %2").arg(tr("Layout")).arg(strName);
    3691         m_pStatusBarWidget->updateMessage(strMessage);
     3691        m_pStatusBarWidget->updateLayoutNameInStatusBar(strMessage);
    36923692    }
    36933693    else
    3694         m_pStatusBarWidget->updateMessage(QString());
     3694        m_pStatusBarWidget->updateLayoutNameInStatusBar(QString());
    36953695}
    36963696
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