Changeset 82611 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Dec 18, 2019 8:08:54 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationRuntime.cpp
r82610 r82611 416 416 for (int i = 0; i < rowCount() && !pItem; ++i) 417 417 { 418 pItem = item(i, 1);418 pItem = item(i, 2); 419 419 if (!pItem) 420 420 continue;
Note:
See TracChangeset
for help on using the changeset viewer.