From 7b6ca817ade050ede4a27c94f5efd0e2ddb6d8bb Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 27 Apr 2012 15:45:08 +0200 Subject: Fix warning about deprecated QAbstractItemModel::reset(). Change-Id: I76fb3cdf072c4947d16b9fc35a71e56223a286c9 Reviewed-by: Friedemann Kleint --- src/3rdparty/phonon/phonon/objectdescriptionmodel_p.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/3rdparty/phonon/phonon/objectdescriptionmodel_p.h') diff --git a/src/3rdparty/phonon/phonon/objectdescriptionmodel_p.h b/src/3rdparty/phonon/phonon/objectdescriptionmodel_p.h index 2200c8d..933b5fa 100644 --- a/src/3rdparty/phonon/phonon/objectdescriptionmodel_p.h +++ b/src/3rdparty/phonon/phonon/objectdescriptionmodel_p.h @@ -45,6 +45,8 @@ class ListModelHelper : public QAbstractListModel using QAbstractListModel::endInsertRows; using QAbstractListModel::beginRemoveRows; using QAbstractListModel::endRemoveRows; + using QAbstractListModel::beginResetModel; + using QAbstractListModel::endResetModel; }; class ObjectDescriptionModelDataPrivate -- cgit v1.2.3