Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Nov 11, 2021
1 parent 9843038 commit e29ea5f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/providers/db2/qgsdb2sourceselect.h
Expand Up @@ -135,7 +135,6 @@ class QgsDb2SourceSelect : public QgsDbSourceSelectBase
//! Store the selected database
void cmbConnections_activated( int );
void setLayerType( const QgsDb2LayerProperty &layerProperty );
void mTablesTreeView_doubleClicked( const QModelIndex &index );
void treeWidgetSelectionChanged( const QItemSelection &selected, const QItemSelection &deselected );
//!Sets a new regular expression to the model
void setSearchExpression( const QString &regexp );
Expand Down
1 change: 0 additions & 1 deletion src/providers/spatialite/qgsspatialitesourceselect.h
Expand Up @@ -83,7 +83,6 @@ class QgsSpatiaLiteSourceSelect: public QgsDbSourceSelectBase
void cbxAllowGeometrylessTables_stateChanged( int );
void cmbConnections_activated( int );
void setLayerType( const QString &table, const QString &column, const QString &type );
void mTablesTreeView_doubleClicked( const QModelIndex &index );
void treeWidgetSelectionChanged( const QItemSelection &selected, const QItemSelection &deselected );
//!Sets a new regular expression to the model
void setSearchExpression( const QString &regexp );
Expand Down

0 comments on commit e29ea5f

Please sign in to comment.