mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
remove spurious connect
git-svn-id: http://svn.osgeo.org/qgis/trunk@9307 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
b356365661
commit
bc5771ac41
@ -414,8 +414,6 @@ void QgsDbSourceSelect::on_btnConnect_clicked()
|
||||
{
|
||||
connect( mColumnTypeThread, SIGNAL( setLayerType( QString, QString, QString, QString ) ),
|
||||
this, SLOT( setLayerType( QString, QString, QString, QString ) ) );
|
||||
connect( this, SIGNAL( finished() ),
|
||||
mColumnTypeThread, SLOT( stop() ) );
|
||||
|
||||
// Do it in a thread.
|
||||
mColumnTypeThread->start();
|
||||
|
Loading…
x
Reference in New Issue
Block a user