From a6ae79a2d811caf4c5990a41e943c3f56e4a4c2f Mon Sep 17 00:00:00 2001 From: David Rowe Date: Thu, 4 Apr 2019 11:34:10 +1300 Subject: [PATCH] Misc. fixes. --- interface/src/scripting/Audio.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/interface/src/scripting/Audio.h b/interface/src/scripting/Audio.h index bbafac95a3..b66c228bf2 100644 --- a/interface/src/scripting/Audio.h +++ b/interface/src/scripting/Audio.h @@ -132,16 +132,16 @@ public: /**jsdoc * @function Audio.setInputDevice - * @param {object} device - * @param {boolean} isHMD + * @param {object} device - Device. + * @param {boolean} isHMD - Is HMD. * @deprecated This function is deprecated and will be removed. */ Q_INVOKABLE void setInputDevice(const QAudioDeviceInfo& device, bool isHMD); /**jsdoc * @function Audio.setOutputDevice - * @param {object} device - * @param {boolean} isHMD + * @param {object} device - Device. + * @param {boolean} isHMD - Is HMD. * @deprecated This function is deprecated and will be removed. */ Q_INVOKABLE void setOutputDevice(const QAudioDeviceInfo& device, bool isHMD);