summaryrefslogtreecommitdiffstats
path: root/mappingtreemodel.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2014-06-19 11:23:57 +0200
committerArno <am@disconnect.de>2014-06-19 11:23:57 +0200
commitb5bd9cf0b981ee0c87ead9e20c36247932de7818 (patch)
tree4eea2c01ed4b1ced3a387cb4fad13c774137e758 /mappingtreemodel.h
parent7ba8c197150a86c2406a029e4a7f02d1285c47c0 (diff)
downloadSheMov-b5bd9cf0b981ee0c87ead9e20c36247932de7818.tar.gz
SheMov-b5bd9cf0b981ee0c87ead9e20c36247932de7818.tar.bz2
SheMov-b5bd9cf0b981ee0c87ead9e20c36247932de7818.zip
Fix Display of mappings
MappingTreeModel::treeFromPath() never worked as intended, so replace it by displaying mappings in a QTextTable.
Diffstat (limited to 'mappingtreemodel.h')
-rw-r--r--mappingtreemodel.h4
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;