summaryrefslogtreecommitdiffstats
path: root/qt-ui/marble
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2014-01-15 09:30:40 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-01-15 15:49:49 +0700
commit9e55b64631f0f3079d6859b0b53db5fdc6830348 (patch)
tree736b2fd5ae5899dcb2768ea312e1710a17985d0b /qt-ui/marble
parent3aac5b53b8db53c2517f2f68b674b3fab3c396ed (diff)
downloadsubsurface-9e55b64631f0f3079d6859b0b53db5fdc6830348.tar.gz
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>
Diffstat (limited to 'qt-ui/marble')
-rw-r--r--qt-ui/marble/GeoDataTreeModel.h2
1 files changed, 1 insertions, 1 deletions
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: