- Timestamp:
- Jun 9, 2016 7:02:13 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp
r61442 r61600 3343 3343 void UIMachineSettingsStorage::addControllerWrapper (const QString &aName, KStorageBus aBus, KStorageControllerType aType) 3344 3344 { 3345 #ifdef RT_STRICT 3345 3346 QModelIndex index = mTwStorageTree->currentIndex(); 3346 3347 switch (aBus) … … 3370 3371 break; 3371 3372 } 3373 #endif 3372 3374 3373 3375 mStorageModel->addController (aName, aBus, aType);
Note:
See TracChangeset
for help on using the changeset viewer.