AutomatableModel: coding style improvements

This commit is contained in:
Tobias Doerffel
2014-03-21 10:43:07 +01:00
parent e1bebbfcad
commit 6f5a47342b
2 changed files with 22 additions and 22 deletions

View File

@@ -495,7 +495,7 @@ void AutomatableModel::copyValue()
void AutomatableModel::pasteValue()
void AutomatableModel::pasteValue()
{
setValue( copiedValue() );
}