summaryrefslogtreecommitdiffstats
path: root/mappingtreemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'mappingtreemodel.h')
-rw-r--r--mappingtreemodel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mappingtreemodel.h b/mappingtreemodel.h
index 50843ba..7a3b5fe 100644
--- a/mappingtreemodel.h
+++ b/mappingtreemodel.h
@@ -44,7 +44,6 @@ class MappingTreeModel : public SmTreeModel {
bool deleteChild(const QModelIndex &idx);
int childCount(const QModelIndex &idx) const;
MappingData mappingDataFromId(int mappingId) const;
- void setSelectedMappings(const QList<int> &mappingData);
QStringList paths() const;
const QString &forbidden() const { return mForbidden; }