VirtualBox

Changeset 81392 in vbox


Ignore:
Timestamp:
Oct 21, 2019 7:54:02 AM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9510. Removing no more needed size hint overloads.

File:
1 edited

Legend:

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

    r81097 r81392  
    7373
    7474    virtual void retranslateUi() /* override */;
    75     virtual QSize sizeHint() const;
    76     virtual QSize minimumSizeHint() const /* override */;
    7775
    7876private slots:
     
    213211}
    214212
    215 QSize UIRuntimeInfoWidget::sizeHint() const
    216 {
    217     return QSize(m_iMinimumWidth, m_iMinimumWidth);
    218 }
    219 
    220 QSize UIRuntimeInfoWidget::minimumSizeHint() const
    221 {
    222     return QSize(m_iMinimumWidth, m_iMinimumWidth);
    223 }
    224 
    225213void UIRuntimeInfoWidget::insertInfoRow(InfoRow enmInfoRow, const QString& strLabel, const QString &strInfo, int iRow /* = -1 */)
    226214{
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