diff options
| -rw-r--r-- | ui/projectbrowser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/projectbrowser.h b/ui/projectbrowser.h index 5752e915..70441aac 100644 --- a/ui/projectbrowser.h +++ b/ui/projectbrowser.h @@ -54,7 +54,7 @@ class BINARYNINJAUIAPI ProjectItemModel: public QStandardItemModel, public Binar QFileSystemWatcher* m_fsWatcher; - std::unordered_map<std::string, QPersistentModelIndex> m_idIndexMap; + std::unordered_map<std::string, QStandardItem*> m_itemsById; QHash<QString, QString> m_pathMimeTypeCache; QHash<QString, size_t> m_pathSizeCache; |
