aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml')
-rw-r--r--src/qml/types/qqmlmodelindexvaluetype_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qml/types/qqmlmodelindexvaluetype_p.h b/src/qml/types/qqmlmodelindexvaluetype_p.h
index ac52a0523b..a0e4bf35e2 100644
--- a/src/qml/types/qqmlmodelindexvaluetype_p.h
+++ b/src/qml/types/qqmlmodelindexvaluetype_p.h
@@ -115,9 +115,6 @@ public:
inline bool isValid() const { return v.isValid(); }
inline QAbstractItemModel *model() const { return const_cast<QAbstractItemModel *>(v.model()); }
inline quint64 internalId() const { return v.internalId(); }
-
- static QModelIndex toModelIndex(const QPersistentModelIndex &index)
- { return index; }
};
struct QQmlItemSelectionRangeValueType