[continuous_function_cache] Coding style

This commit is contained in:
Gabriel Ozouf
2020-12-02 15:09:57 +01:00
committed by LeaNumworks
parent 937979503a
commit 591f47d6a9
4 changed files with 4 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ KDColor Function::color() const {
void Function::setActive(bool active) {
recordData()->setActive(active);
if (!active) {
functionBecameInactive();
didBecomeInactive();
}
}