fix speech api not showing up

This commit is contained in:
Dante Ruiz 2018-05-21 14:21:21 -07:00
parent 249d22b4b4
commit 5fb08d0d9c

View file

@ -762,7 +762,7 @@ Menu::Menu() {
speechRecognizer->getEnabled(), speechRecognizer->getEnabled(),
speechRecognizer.data(), speechRecognizer.data(),
SLOT(setEnabled(bool)), SLOT(setEnabled(bool)),
UNSPECIFIED_POSITION, "Advanced"); UNSPECIFIED_POSITION);
connect(speechRecognizer.data(), SIGNAL(enabledUpdated(bool)), speechRecognizerAction, SLOT(setChecked(bool))); connect(speechRecognizer.data(), SIGNAL(enabledUpdated(bool)), speechRecognizerAction, SLOT(setChecked(bool)));
#endif #endif