From 69971a3439163e912a5c677edcf6796ec234687f Mon Sep 17 00:00:00 2001 From: SamGondelman <samuel_gondelman@brown.edu> Date: Thu, 2 Jun 2016 12:20:05 -0700 Subject: [PATCH] fix one more tab --- libraries/controllers/src/controllers/ScriptingInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/controllers/src/controllers/ScriptingInterface.h b/libraries/controllers/src/controllers/ScriptingInterface.h index cce159a9a7..015ec25454 100644 --- a/libraries/controllers/src/controllers/ScriptingInterface.h +++ b/libraries/controllers/src/controllers/ScriptingInterface.h @@ -77,7 +77,7 @@ namespace controller { Q_INVOKABLE QVector<QString> getDeviceNames(); Q_INVOKABLE int findAction(QString actionName); Q_INVOKABLE QVector<QString> getActionNames() const; - + Q_INVOKABLE float getValue(const int& source) const; Q_INVOKABLE float getButtonValue(StandardButtonChannel source, uint16_t device = 0) const; Q_INVOKABLE float getAxisValue(StandardAxisChannel source, uint16_t device = 0) const;