summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tts/qtexttospeechengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tts/qtexttospeechengine.h b/src/tts/qtexttospeechengine.h
index 44d45df..319f6c5 100644
--- a/src/tts/qtexttospeechengine.h
+++ b/src/tts/qtexttospeechengine.h
@@ -50,7 +50,7 @@ class QTEXTTOSPEECH_EXPORT QTextToSpeechEngine : public QObject
Q_OBJECT
public:
- explicit QTextToSpeechEngine(QObject *parent = 0);
+ explicit QTextToSpeechEngine(QObject *parent = Q_NULLPTR);
~QTextToSpeechEngine();
virtual QVector<QLocale> availableLocales() const = 0;