VirtualBox

Ignore:
Timestamp:
Jan 20, 2016 10:44:17 AM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: Qt5 migration (part 70): Debugger: Adjusting code to Qt5 API changes for QAbstractItemModel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/VBoxDbgStatsQt4.cpp

    r57358 r59415  
    18571857    {
    18581858        /* emit layoutChanged(); - hrmpf, doesn't work reliably... */
    1859         reset();
     1859        beginResetModel();
     1860        endResetModel();
    18601861    }
    18611862    else
     
    20072008    m_pRoot = a_pRoot;
    20082009    destroyTree(pOldTree);
    2009     reset();
     2010    beginResetModel();
     2011    endResetModel();
    20102012}
    20112013
Note: See TracChangeset for help on using the changeset viewer.

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