New element panel : add a "show only this dir" Qaction.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4355 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2016-02-26 09:58:55 +00:00
parent a545791b71
commit 52b588ea50
6 changed files with 120 additions and 15 deletions

View File

@@ -99,7 +99,7 @@ QVariant XmlProjectElementCollectionItem::data(int column, int role)
return collectionPath();
break;
default:
return QVariant();
return ElementCollectionItem::data(column, role);
}
}