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 3aac5b53b8
commit 9e55b64631

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: