remove spurious connect

git-svn-id: http://svn.osgeo.org/qgis/trunk@9307 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2008-09-12 19:41:27 +00:00
parent b356365661
commit bc5771ac41

View File

@ -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();