mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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
3aac5b53b8
commit
9e55b64631
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue