diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-17 06:58:21 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-17 06:58:21 -0400 |
| commit | 0faa5d69953f41deafba33cf36317127cbea8a8a (patch) | |
| tree | b0b00df4afd0e8a1ce477e438e6cf52a5a5823cf /src/filetree.cpp | |
| parent | 502e752b0af4e7a6800a7504ddbefbeef99778e4 (diff) | |
fixed crashes and empty items in the file tree
sorting and removing items have to be queued since they corrupt various internal structures in Qt when done during layout
Diffstat (limited to 'src/filetree.cpp')
| -rw-r--r-- | src/filetree.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/filetree.cpp b/src/filetree.cpp index 6d96ddaa..2d92c954 100644 --- a/src/filetree.cpp +++ b/src/filetree.cpp @@ -145,7 +145,6 @@ FileTree::FileTree(OrganizerCore& core, PluginContainer& pc, QTreeView* tree) connect( m_tree, &QTreeView::activated, [&](auto&& index){ onItemActivated(index); }); - } FileTreeModel* FileTree::model() |
