Skip to content

Commit ffc80b1

Browse files
committed
Fix warning
1 parent de25449 commit ffc80b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgisapp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9384,7 +9384,7 @@ void QgisApp::layersWereAdded( const QList<QgsMapLayer *>& theLayers )
93849384
tg = new QgsTransactionGroup();
93859385
mTransactionGroups.insert( qMakePair( key, connString ), tg );
93869386

9387-
connect( tg, SIGNAL( commitError ), this, SLOT( displayMapToolMessage( QString, QgsMessageBar::MessageLevel ) ) );
9387+
connect( tg, SIGNAL( commitError( QString ) ), this, SLOT( displayMapToolMessage( QString ) ) );
93889388
}
93899389
tg->addLayer( vlayer );
93909390
}

0 commit comments

Comments
 (0)