Skip to content

Commit f3d25c5

Browse files
committed
Minor cosmetic code change: removed unnecessary parenthesis
1 parent 7cf2636 commit f3d25c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9690,7 +9690,7 @@ bool QgisApp::setActiveLayer( QgsMapLayer *layer )
96909690

96919691
void QgisApp::reloadConnections()
96929692
{
9693-
emit( connectionsChanged( ) );
9693+
emit connectionsChanged( );
96949694
}
96959695

96969696

0 commit comments

Comments
 (0)