VirtualBox

Ignore:
Timestamp:
May 6, 2024 1:40:59 PM (12 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
163043
Message:

FE/Qt. bugref:10673. An addendum to r163042.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationRuntime.cpp

    r104518 r104519  
    303303    {
    304304        QITableWidgetItem *pItem = static_cast<QITableWidgetItem*>(item(i, 1));
    305         if (pItem && pItem->type() == InfoRow_Resolution)
     305        if (pItem && pItem->data(Qt::UserRole + 1) == InfoRow_Resolution)
    306306            removeRow(i);
    307307    }
     
    502502        if (!pItem)
    503503            continue;
    504         if (pItem->type() != enmLine)
     504        if (pItem->data(Qt::UserRole + 1) != enmLine)
    505505            pItem = 0;
    506506    }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette