removed test line

This commit is contained in:
csoler 2025-03-29 15:37:18 +01:00
parent 417f80d752
commit c8f71072b0

View File

@ -166,7 +166,7 @@ int RsIdentityListModel::columnCount(const QModelIndex &/*parent*/) const
bool RsIdentityListModel::hasChildren(const QModelIndex &parent) const
{
if(!parent.isValid())
return false;
return true;
EntryIndex parent_index ;
convertInternalIdToIndex(parent.internalId(),parent_index);