VirtualBox

Changeset 80342 in vbox


Ignore:
Timestamp:
Aug 19, 2019 11:17:43 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132803
Message:

FE/Qt: bugref:9510: Build fix

File:
1 edited

Legend:

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

    r80341 r80342  
    4747    QTableWidgetItem *addItem(unsigned iColumn, const QString &strText);
    4848
     49    UIInformationConfiguration::TableRow row() const;
     50
    4951private:
    5052
     
    5456
    5557UIInformationTableRow::UIInformationTableRow(UIInformationConfiguration::TableRow enmRow)
    56     : m_enmRow(enmRow)
     58: m_enmRow(enmRow)
    5759{
    5860    m_items.reserve(iColumCount);
     
    6668}
    6769
     70UIInformationConfiguration::TableRow UIInformationTableRow::row() const
     71{
     72    return m_enmRow;
     73}
    6874
    6975QTableWidgetItem *UIInformationTableRow::addItem(unsigned iColumn, const QIcon &icon, const QString &strText)
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