TreeModel: Make debug help code less intrusive

Has not been needed for a while.

Change-Id: I141725d77343c4afa9907fde6af8e283f2744c88
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
hjk
2015-01-08 22:56:31 +01:00
committed by hjk
parent 94b8a21fbf
commit 82c2f51a29
2 changed files with 21 additions and 21 deletions

View File

@@ -204,8 +204,6 @@ private:
QModelIndex indexFromItemHelper(const TreeItem *needle,
TreeItem *parentItem, const QModelIndex &parentIndex) const;
void checkIndex(const QModelIndex &index) const;
TreeItem *m_root; // Owned.
};