Changeset 80342 in vbox
- Timestamp:
- Aug 19, 2019 11:17:43 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132803
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationConfiguration.cpp
r80341 r80342 47 47 QTableWidgetItem *addItem(unsigned iColumn, const QString &strText); 48 48 49 UIInformationConfiguration::TableRow row() const; 50 49 51 private: 50 52 … … 54 56 55 57 UIInformationTableRow::UIInformationTableRow(UIInformationConfiguration::TableRow enmRow) 56 58 : m_enmRow(enmRow) 57 59 { 58 60 m_items.reserve(iColumCount); … … 66 68 } 67 69 70 UIInformationConfiguration::TableRow UIInformationTableRow::row() const 71 { 72 return m_enmRow; 73 } 68 74 69 75 QTableWidgetItem *UIInformationTableRow::addItem(unsigned iColumn, const QIcon &icon, const QString &strText)
Note:
See TracChangeset
for help on using the changeset viewer.