summaryrefslogtreecommitdiffstats
path: root/src/control/controlobjectscript.h
diff options
context:
space:
mode:
authorFerran Pujol Camins <ferranpujolcamins@gmail.com>2020-01-19 20:14:50 +0100
committerFerran Pujol Camins <ferranpujolcamins@gmail.com>2020-01-19 20:14:50 +0100
commit9cdf435dac257e7e4a0598bac9491025b5605e64 (patch)
tree1438f7442281478154217c39dab08a935839c7ac /src/control/controlobjectscript.h
parenta17bdf8dc89763c74aadc794ac8574da11dc1d99 (diff)
parent9839b45e764e5222054280190b6fe835522e2949 (diff)
Merge branch 'master' into migrate-to-QJSEngine
# Conflicts: # build/depends.py # src/controllers/hid/hidcontroller.cpp # src/controllers/hid/hidcontroller.h
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 f36fe50126..402810b303 100644
--- a/src/control/controlobjectscript.h
+++ b/src/control/controlobjectscript.h
@@ -26,7 +26,7 @@ class ControlObjectScript : public ControlProxy {
// Called from update();
void emitValueChanged() override {
- emit(trigger(get(), this));
+ emit trigger(get(), this);
}
signals: