NOISSUE First step towards 10000 instances

This commit is contained in:
Petr Mrázek
2019-12-17 22:00:41 +01:00
parent 3581f5384f
commit c4919bab25
8 changed files with 72 additions and 40 deletions

View File

@@ -50,6 +50,7 @@ struct VisualGroup
QString text;
bool collapsed = false;
QVector<VisualRow> rows;
QMap<QModelIndex, QPair<int, int>> m_itemLookup;
int firstItemIndex = 0;
int m_verticalPosition = 0;