Changeset 79654 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 10, 2019 7:02:53 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131962
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/softkeyboard/UISoftKeyboard.cpp
r79641 r79654 680 680 681 681 UISoftKeyboardStatusBarWidget(QWidget *pParent = 0); 682 void update Message(const QString &strMessage);682 void updateLayoutNameInStatusBar(const QString &strMessage); 683 683 684 684 protected: … … 3168 3168 } 3169 3169 3170 void UISoftKeyboardStatusBarWidget::update Message(const QString &strMessage)3170 void UISoftKeyboardStatusBarWidget::updateLayoutNameInStatusBar(const QString &strMessage) 3171 3171 { 3172 3172 if (!m_pMessageLabel) … … 3689 3689 { 3690 3690 strMessage += QString("%1: %2").arg(tr("Layout")).arg(strName); 3691 m_pStatusBarWidget->update Message(strMessage);3691 m_pStatusBarWidget->updateLayoutNameInStatusBar(strMessage); 3692 3692 } 3693 3693 else 3694 m_pStatusBarWidget->update Message(QString());3694 m_pStatusBarWidget->updateLayoutNameInStatusBar(QString()); 3695 3695 } 3696 3696
Note:
See TracChangeset
for help on using the changeset viewer.