Skip to content

Commit

Permalink
Minor cosmetic code change: removed unnecessary parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Sep 18, 2017
1 parent 7cf2636 commit f3d25c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9690,7 +9690,7 @@ bool QgisApp::setActiveLayer( QgsMapLayer *layer )

void QgisApp::reloadConnections()
{
emit( connectionsChanged( ) );
emit connectionsChanged( );
}


Expand Down

0 comments on commit f3d25c5

Please sign in to comment.