- Timestamp:
- Mar 6, 2009 11:46:22 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxExportApplianceWzd.cpp
r17456 r17457 212 212 QList<QListWidgetItem *> list = mVMListWidget->findItems (aSelectName, Qt::MatchExactly); 213 213 if (list.size() > 0) 214 mVMListWidget->setCurrentItem (list.first() , QItemSelectionModel::SelectCurrent);214 mVMListWidget->setCurrentItem (list.first()); 215 215 } 216 216
Note:
See TracChangeset
for help on using the changeset viewer.