QAbstractItemModel::reset doesn't exist in Qt5

Let the library resolve this one instead.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2014-01-15 09:30:40 +01:00 committed by Dirk Hohndel
parent 749bc6023e
commit ba2b6fe3b8

View File

@ -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: