Minor cosmetic code change: removed unnecessary parenthesis

This commit is contained in:
Alessandro Pasotti 2017-09-18 11:44:35 +02:00
parent 7cf26369c4
commit f3d25c51c7

View File

@ -9690,7 +9690,7 @@ bool QgisApp::setActiveLayer( QgsMapLayer *layer )
void QgisApp::reloadConnections()
{
emit( connectionsChanged( ) );
emit connectionsChanged( );
}