From 9e55b64631f0f3079d6859b0b53db5fdc6830348 Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Wed, 15 Jan 2014 09:30:40 +0100 Subject: QAbstractItemModel::reset doesn't exist in Qt5 Let the library resolve this one instead. Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- qt-ui/marble/GeoDataTreeModel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-ui/marble') diff --git a/qt-ui/marble/GeoDataTreeModel.h b/qt-ui/marble/GeoDataTreeModel.h index 3a9c5d67d..2889b65ae 100644 --- a/qt-ui/marble/GeoDataTreeModel.h +++ b/qt-ui/marble/GeoDataTreeModel.h @@ -70,7 +70,7 @@ class MARBLE_EXPORT GeoDataTreeModel : public QAbstractItemModel bool setData ( const QModelIndex & index, const QVariant & value, int role = Qt::EditRole ); - void reset() { QAbstractItemModel::reset(); } + void reset(); public Q_SLOTS: -- cgit v1.2.3-70-g09d2