- Timestamp:
- Aug 8, 2019 12:46:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIComboBox.cpp
r80197 r80198 212 212 { 213 213 /* Redirect to combo-box: */ 214 AssertPtrReturn(m_pComboBox, -1);214 AssertPtrReturn(m_pComboBox, QString()); 215 215 return m_pComboBox->currentText(); 216 216 }
Note:
See TracChangeset
for help on using the changeset viewer.