Ref T472, heap issue follow up + minor clean ups

* unfortunately the issue did still persist
* reason still unknown
* not expanding all seems to solve it

Maybe using the high level API without own model would be better
https://www.bogotobogo.com/Qt/Qt5_QTreeWidget.php
This commit is contained in:
Klaus Basan
2019-02-08 19:05:01 +01:00
committed by Mat Sutcliffe
parent d4ddcab84a
commit 474207eeab
3 changed files with 13 additions and 15 deletions

View File

@@ -69,9 +69,6 @@ namespace BlackGui
//! The selected object
BlackMisc::Aviation::CAircraftCategory selectedObject() const;
//! Suffix for index
QString suffixForIndex(const QModelIndex &index);
//! Expanded
void onExpanded(const QModelIndex &index);