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:
parent
749bc6023e
commit
ba2b6fe3b8
@ -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:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user