- Timestamp:
- Jan 10, 2025 4:13:16 PM (10 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationRuntime.cpp
r106061 r107680 476 476 if (!pItem) 477 477 continue; 478 QString strColumn1 = pItem ? pItem->text() : QString();478 const QString strColumn1 = pItem->text(); 479 479 pItem = static_cast<QITableWidgetItem*>(item(i, 2)); 480 480 if (!pItem) 481 481 continue; 482 QString strColumn2 = pItem ? pItem->text() : QString();482 const QString strColumn2 = pItem->text(); 483 483 if (strColumn2.isEmpty()) 484 484 data << strColumn1;
Note:
See TracChangeset
for help on using the changeset viewer.