diff options
Diffstat (limited to 'mappingtreemodel.h')
-rw-r--r-- | mappingtreemodel.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mappingtreemodel.h b/mappingtreemodel.h index ec30fb3..efc4e2d 100644 --- a/mappingtreemodel.h +++ b/mappingtreemodel.h @@ -30,10 +30,6 @@ class MappingTreeModel : public SmTreeModel { QStringList mappingTypeNames() const; int mappingTypeIdFromName(const QVariant &name) const; - //static convenience funcs - //the caller is responsible for deleting the result! - SmTreeItem *treeFromPaths(const QStringList &paths); - //data QVariant data(const QModelIndex &index, int role) const; QList<QVariant> childList(const QVariant &value, int column = 0) const; |