summaryrefslogtreecommitdiffstats
path: root/src/control
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-12-18 01:27:40 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-12-18 01:27:40 +0100
commit4c95980147afd826f322c7868403133e99ba7242 (patch)
tree01f298893c72696a75acbaf6e26bf41e7894d472 /src/control
parent6c8cb90dca77548975888dd2b6d4d72af6503630 (diff)
ControllerDebug: Clean up method names and add a way to disable testing
Diffstat (limited to 'src/control')
-rw-r--r--src/control/controlobjectscript.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/controlobjectscript.cpp b/src/control/controlobjectscript.cpp
index 3a6fa5963b..3c6a649573 100644
--- a/src/control/controlobjectscript.cpp
+++ b/src/control/controlobjectscript.cpp
@@ -6,7 +6,7 @@
#include "moc_controlobjectscript.cpp"
ControlObjectScript::ControlObjectScript(const ConfigKey& key, QObject* pParent)
- : ControlProxy(key, pParent, ControllerDebug::shouldAssertForInvalidControlObjects()) {
+ : ControlProxy(key, pParent, ControllerDebug::controlFlags()) {
}
bool ControlObjectScript::addScriptConnection(const ScriptConnection& conn) {