Changeset 65130 in vbox
- Timestamp:
- Jan 4, 2017 6:42:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsSelector.cpp
r64753 r65130 137 137 /** Returns the item text. */ 138 138 QString text() const { return m_strText; } 139 /** Defines the item @ sstrText. */139 /** Defines the item @a strText. */ 140 140 void setText(const QString &strText) { m_strText = strText; } 141 141 /** Returns the item ID. */
Note:
See TracChangeset
for help on using the changeset viewer.

