diff options
Diffstat (limited to 'qt-ui/marble')
-rw-r--r-- | qt-ui/marble/GeoDataTreeModel.h | 2 |
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: |