summaryrefslogtreecommitdiffstats
path: root/examples/speech/hello_speak/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/speech/hello_speak/mainwindow.h')
-rw-r--r--examples/speech/hello_speak/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/speech/hello_speak/mainwindow.h b/examples/speech/hello_speak/mainwindow.h
index eef4057..d415519 100644
--- a/examples/speech/hello_speak/mainwindow.h
+++ b/examples/speech/hello_speak/mainwindow.h
@@ -65,6 +65,8 @@ class MainWindow : public QMainWindow
public:
MainWindow(QWidget *parent = 0);
+ void queryLocales();
+
public slots:
void speak();
void stop();
@@ -84,6 +86,7 @@ private:
Ui::MainWindow ui;
QTextToSpeech *m_speech;
QVector<QVoice> m_voices;
+ bool m_localesQueried;
};
#endif