summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Volkov <avolkov@astralinux.ru>2020-05-22 11:32:37 +0300
committerAlexander Volkov <avolkov@astralinux.ru>2020-05-25 11:39:06 +0300
commitf3ba6416a637993e4a32eb41db06582617ca5780 (patch)
tree6de8d72fa3152646cec6416726f4efb9511d3353
parent83f62a01d4cfe62c0f9c14585b543e427ebc8941 (diff)
Add missing override
Change-Id: Ib3ec5e5934719c3a9d5ee216f294ee125b9c984f Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
-rw-r--r--src/plugins/tts/speechdispatcher/qtexttospeech_speechd_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/tts/speechdispatcher/qtexttospeech_speechd_plugin.h b/src/plugins/tts/speechdispatcher/qtexttospeech_speechd_plugin.h
index d77db44..a9589c9 100644
--- a/src/plugins/tts/speechdispatcher/qtexttospeech_speechd_plugin.h
+++ b/src/plugins/tts/speechdispatcher/qtexttospeech_speechd_plugin.h
@@ -58,7 +58,7 @@ public:
QTextToSpeechEngine *createTextToSpeechEngine(
const QVariantMap &parameters,
QObject *parent,
- QString *errorString) const;
+ QString *errorString) const override;
};
QT_END_NAMESPACE