We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43aa014 commit a9e17d6Copy full SHA for a9e17d6
src/gui/EntryTree.cpp
@@ -206,10 +206,6 @@ QModelIndex EntryTreeModel::parent(const QModelIndex& index) const {
206
}
207
208
int EntryTreeModel::rowCount(const QModelIndex& parent) const {
209
- if (!parent.isValid() && this->root()->children().empty()) {
210
- // No pack file loaded
211
- return 0;
212
- }
213
if (!parent.isValid()) {
214
return 1;
215
0 commit comments