Skip to content

Commit

Permalink
Add override
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 27, 2017
1 parent 7f5128b commit f206a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/offline_editing/offline_editing_plugin_gui.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class QgsSelectLayerTreeModel : public QgsLayerTreeModel
QgsSelectLayerTreeModel( QgsLayerTreeGroup* rootNode, QObject *parent = nullptr );
~QgsSelectLayerTreeModel();

int columnCount( const QModelIndex &parent ) const;
int columnCount( const QModelIndex &parent ) const override;

QVariant data( const QModelIndex &index, int role = Qt::DisplayRole ) const override;
// bool setData( const QModelIndex &index, const QVariant &value, int role = Qt::EditRole ) override;
Expand Down

0 comments on commit f206a75

Please sign in to comment.