There was an error while loading. Please reload this page.
1 parent 7f5128b commit f206a75Copy full SHA for f206a75
1 file changed
src/plugins/offline_editing/offline_editing_plugin_gui.h
@@ -32,7 +32,7 @@ class QgsSelectLayerTreeModel : public QgsLayerTreeModel
32
QgsSelectLayerTreeModel( QgsLayerTreeGroup* rootNode, QObject *parent = nullptr );
33
~QgsSelectLayerTreeModel();
34
35
- int columnCount( const QModelIndex &parent ) const;
+ int columnCount( const QModelIndex &parent ) const override;
36
37
QVariant data( const QModelIndex &index, int role = Qt::DisplayRole ) const override;
38
// bool setData( const QModelIndex &index, const QVariant &value, int role = Qt::EditRole ) override;
0 commit comments