Skip to content

Commit f206a75

Browse files
committed
Add override
1 parent 7f5128b commit f206a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/offline_editing/offline_editing_plugin_gui.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class QgsSelectLayerTreeModel : public QgsLayerTreeModel
3232
QgsSelectLayerTreeModel( QgsLayerTreeGroup* rootNode, QObject *parent = nullptr );
3333
~QgsSelectLayerTreeModel();
3434

35-
int columnCount( const QModelIndex &parent ) const;
35+
int columnCount( const QModelIndex &parent ) const override;
3636

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

0 commit comments

Comments
 (0)