Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
a67223f1
Unverified
Commit
a67223f1
authored
Mar 15, 2018
by
Don Gagne
Committed by
GitHub
Mar 15, 2018
Browse files
Merge pull request #6176 from patrickelectric/audioOutput
AudioOutput: Create text to speech in constructor
parents
a6e693d4
1308152a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Audio/AudioOutput.cc
View file @
a67223f1
...
...
@@ -18,8 +18,8 @@
AudioOutput
::
AudioOutput
(
QGCApplication
*
app
,
QGCToolbox
*
toolbox
)
:
QGCTool
(
app
,
toolbox
)
,
_tts
(
new
QTextToSpeech
(
this
))
{
_tts
=
new
QTextToSpeech
(
this
);
connect
(
_tts
,
&
QTextToSpeech
::
stateChanged
,
this
,
&
AudioOutput
::
_stateChanged
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment