mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-01 00:03:42 -05:00
fix build
This commit is contained in:
parent
9843038258
commit
e29ea5f5c2
@ -135,7 +135,6 @@ class QgsDb2SourceSelect : public QgsDbSourceSelectBase
|
|||||||
//! Store the selected database
|
//! Store the selected database
|
||||||
void cmbConnections_activated( int );
|
void cmbConnections_activated( int );
|
||||||
void setLayerType( const QgsDb2LayerProperty &layerProperty );
|
void setLayerType( const QgsDb2LayerProperty &layerProperty );
|
||||||
void mTablesTreeView_doubleClicked( const QModelIndex &index );
|
|
||||||
void treeWidgetSelectionChanged( const QItemSelection &selected, const QItemSelection &deselected );
|
void treeWidgetSelectionChanged( const QItemSelection &selected, const QItemSelection &deselected );
|
||||||
//!Sets a new regular expression to the model
|
//!Sets a new regular expression to the model
|
||||||
void setSearchExpression( const QString ®exp );
|
void setSearchExpression( const QString ®exp );
|
||||||
|
|||||||
@ -83,7 +83,6 @@ class QgsSpatiaLiteSourceSelect: public QgsDbSourceSelectBase
|
|||||||
void cbxAllowGeometrylessTables_stateChanged( int );
|
void cbxAllowGeometrylessTables_stateChanged( int );
|
||||||
void cmbConnections_activated( int );
|
void cmbConnections_activated( int );
|
||||||
void setLayerType( const QString &table, const QString &column, const QString &type );
|
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 );
|
void treeWidgetSelectionChanged( const QItemSelection &selected, const QItemSelection &deselected );
|
||||||
//!Sets a new regular expression to the model
|
//!Sets a new regular expression to the model
|
||||||
void setSearchExpression( const QString ®exp );
|
void setSearchExpression( const QString ®exp );
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user