summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/speechdispatcher/qtexttospeech_speechd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/tts/speechdispatcher/qtexttospeech_speechd.h')
-rw-r--r--src/plugins/tts/speechdispatcher/qtexttospeech_speechd.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/plugins/tts/speechdispatcher/qtexttospeech_speechd.h b/src/plugins/tts/speechdispatcher/qtexttospeech_speechd.h
index f6b9f93..cfe91b0 100644
--- a/src/plugins/tts/speechdispatcher/qtexttospeech_speechd.h
+++ b/src/plugins/tts/speechdispatcher/qtexttospeech_speechd.h
@@ -57,23 +57,23 @@ public:
~QTextToSpeechEngineSpeechd();
// Plug-in API:
- QVector<QLocale> availableLocales() const Q_DECL_OVERRIDE;
- QVector<QVoice> availableVoices() const Q_DECL_OVERRIDE;
- void say(const QString &text) Q_DECL_OVERRIDE;
- void stop() Q_DECL_OVERRIDE;
- void pause() Q_DECL_OVERRIDE;
- void resume() Q_DECL_OVERRIDE;
- double rate() const Q_DECL_OVERRIDE;
- bool setRate(double rate) Q_DECL_OVERRIDE;
- double pitch() const Q_DECL_OVERRIDE;
- bool setPitch(double pitch) Q_DECL_OVERRIDE;
- QLocale locale() const Q_DECL_OVERRIDE;
- bool setLocale(const QLocale &locale) Q_DECL_OVERRIDE;
- double volume() const Q_DECL_OVERRIDE;
- bool setVolume(double volume) Q_DECL_OVERRIDE;
- QVoice voice() const Q_DECL_OVERRIDE;
- bool setVoice(const QVoice &voice) Q_DECL_OVERRIDE;
- QTextToSpeech::State state() const Q_DECL_OVERRIDE;
+ QVector<QLocale> availableLocales() const override;
+ QVector<QVoice> availableVoices() const override;
+ void say(const QString &text) override;
+ void stop() override;
+ void pause() override;
+ void resume() override;
+ double rate() const override;
+ bool setRate(double rate) override;
+ double pitch() const override;
+ bool setPitch(double pitch) override;
+ QLocale locale() const override;
+ bool setLocale(const QLocale &locale) override;
+ double volume() const override;
+ bool setVolume(double volume) override;
+ QVoice voice() const override;
+ bool setVoice(const QVoice &voice) override;
+ QTextToSpeech::State state() const override;
void spdStateChanged(SPDNotificationType state);