mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 06:31:20 -04:00
removed test line
This commit is contained in:
parent
417f80d752
commit
c8f71072b0
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ int RsIdentityListModel::columnCount(const QModelIndex &/*parent*/) const
|
||||||
bool RsIdentityListModel::hasChildren(const QModelIndex &parent) const
|
bool RsIdentityListModel::hasChildren(const QModelIndex &parent) const
|
||||||
{
|
{
|
||||||
if(!parent.isValid())
|
if(!parent.isValid())
|
||||||
return false;
|
return true;
|
||||||
|
|
||||||
EntryIndex parent_index ;
|
EntryIndex parent_index ;
|
||||||
convertInternalIdToIndex(parent.internalId(),parent_index);
|
convertInternalIdToIndex(parent.internalId(),parent_index);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue