summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/phonon/objectdescriptionmodel_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/phonon/phonon/objectdescriptionmodel_p.h')
-rw-r--r--src/3rdparty/phonon/phonon/objectdescriptionmodel_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/phonon/objectdescriptionmodel_p.h b/src/3rdparty/phonon/phonon/objectdescriptionmodel_p.h
index 933b5fa..b7e1bb7 100644
--- a/src/3rdparty/phonon/phonon/objectdescriptionmodel_p.h
+++ b/src/3rdparty/phonon/phonon/objectdescriptionmodel_p.h
@@ -40,7 +40,9 @@ class ListModelHelper : public QAbstractListModel
using QAbstractListModel::layoutAboutToBeChanged;
using QAbstractListModel::changePersistentIndexList;
using QAbstractListModel::layoutChanged;
+#if QT_DEPRECATED_SINCE(5,0)
using QAbstractListModel::reset;
+#endif
using QAbstractListModel::beginInsertRows;
using QAbstractListModel::endInsertRows;
using QAbstractListModel::beginRemoveRows;