Skip to content
Permalink
Browse files
Indentation fix
  • Loading branch information
m-kuhn committed May 2, 2016
1 parent 2faaf1c commit 6c0732b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -154,7 +154,7 @@ QgsExpressionContext QgsActionManager::createExpressionContext() const
}

QString QgsActionManager::expandAction( QString action, const QgsAttributeMap &attributes,
uint clickedOnValue )
uint clickedOnValue )
{
// This function currently replaces all %% characters in the action
// with the value from values[clickedOnValue].second, and then

0 comments on commit 6c0732b

Please sign in to comment.