summaryrefslogtreecommitdiffstats
path: root/src/tts/qtexttospeech_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tts/qtexttospeech_p.h')
-rw-r--r--src/tts/qtexttospeech_p.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/tts/qtexttospeech_p.h b/src/tts/qtexttospeech_p.h
index 446e920..45c0395 100644
--- a/src/tts/qtexttospeech_p.h
+++ b/src/tts/qtexttospeech_p.h
@@ -39,6 +39,17 @@
#ifndef QTEXTTOSPEECH_P_H
#define QTEXTTOSPEECH_P_H
+//
+// W A R N I N G
+// -------------
+//
+// This file is not part of the Qt API. It exists for the convenience
+// of other Qt classes. This header file may change from version to
+// version without notice, or even be removed.
+//
+// We mean it.
+//
+
#include <qtexttospeech.h>
#include <qtexttospeechplugin.h>
#include <QMutex>
@@ -50,7 +61,7 @@ class QTextToSpeech;
class QTextToSpeechPrivate : public QObjectPrivate
{
public:
- QTextToSpeechPrivate(QTextToSpeech *speech, const QString &engine);
+ QTextToSpeechPrivate(QTextToSpeech *speech, const QString &engine, const QVariantMap &parameters);
~QTextToSpeechPrivate();
static QHash<QString, QJsonObject> plugins(bool reload = false);