summaryrefslogtreecommitdiffstats
path: root/src/control/controlobjectscript.h
diff options
context:
space:
mode:
authorFerran Pujol Camins <ferranpujolcamins@gmail.com>2019-06-08 13:02:42 +0200
committerFerran Pujol Camins <ferranpujolcamins@gmail.com>2019-06-08 13:02:42 +0200
commitc86cc16ae05b23c7a10131d9ec71d7eb9e0ef2fd (patch)
tree4b34b3504d7559b0d96e35e38b3af90ddd1a2f4d /src/control/controlobjectscript.h
parentf2610e3e142f313ddb0ccc906ab763723fdc9d8a (diff)
parent8ebba3f352bb77604e2a505a0115253a58627cad (diff)
Merge branch 'master' into migrate-to-QJSEngine
Diffstat (limited to 'src/control/controlobjectscript.h')
-rw-r--r--src/control/controlobjectscript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/controlobjectscript.h b/src/control/controlobjectscript.h
index 27a06b145e..a8e44c0b06 100644
--- a/src/control/controlobjectscript.h
+++ b/src/control/controlobjectscript.h
@@ -15,7 +15,7 @@ class ControlObjectScript : public ControlProxy {
bool addScriptConnection(const ScriptConnection& conn);
- void removeScriptConnection(const ScriptConnection& conn);
+ bool removeScriptConnection(const ScriptConnection& conn);
// Required for legacy behavior of ControllerEngine::connectControl
inline int countConnections() {