Esempio n. 1
0
void QgsOpenVectorLayerDialog::on_cmbConnections_currentIndexChanged( const QString & text )
{
    setSelectedConnection();
}
Esempio n. 2
0
void QgsOgrSourceSelect::on_cmbConnections_currentIndexChanged( const QString &text )
{
  Q_UNUSED( text );
  setSelectedConnection();
}