Browse Source

Missed a case where Text To Speech is disabled.

QGC4.4
dogmaphobic 10 years ago
parent
commit
617b7659b7
  1. 2
      src/audio/QGCAudioWorker.cpp

2
src/audio/QGCAudioWorker.cpp

@ -141,7 +141,7 @@ void QGCAudioWorker::say(QString inText, int severity) @@ -141,7 +141,7 @@ void QGCAudioWorker::say(QString inText, int severity)
#else
// Make sure there isn't an unused variable warning when speech output is disabled
Q_UNUSED(text);
Q_UNUSED(inText);
#endif
}
}

Loading…
Cancel
Save