Changeset 103463 in vbox
- Timestamp:
- Feb 19, 2024 11:27:12 PM (14 months ago)
- svn:sync-xref-src-repo-rev:
- 161797
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp
r103462 r103463 3879 3879 QModelIndex Idx = m_pCurMenu ? m_CurIndex : currentIndex(); 3880 3880 if (Idx.isValid()) 3881 Idx = =myGetRootIndex();3881 Idx = myGetRootIndex(); 3882 3882 Idx = m_pProxyModel->mapToSource(Idx); 3883 3883 PDBGGUISTATSNODE pNode = m_pVBoxModel->nodeFromIndex(Idx);
Note:
See TracChangeset
for help on using the changeset viewer.