mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-15 00:04:37 -04:00
Minor cosmetic code change: removed unnecessary parenthesis
This commit is contained in:
parent
7cf26369c4
commit
f3d25c51c7
@ -9690,7 +9690,7 @@ bool QgisApp::setActiveLayer( QgsMapLayer *layer )
|
||||
|
||||
void QgisApp::reloadConnections()
|
||||
{
|
||||
emit( connectionsChanged( ) );
|
||||
emit connectionsChanged( );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user