Skip to content

Commit

Permalink
remove spurious connect
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9307 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Sep 12, 2008
1 parent 7a30afd commit 802b9fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/qgsdbsourceselect.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit 802b9fc

Please sign in to comment.