summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2016-03-03 13:18:30 +0100
committerMarc Mutz <marc.mutz@kdab.com>2016-03-03 11:41:12 +0000
commit360f708326ed53285d0d65c0e9db9a3fcb4219ac (patch)
tree95648974e0a2d15bb907a335d47dfebc5c09bc79
parent75a8deb868c57ac7bb21a122ca9e63366db596bf (diff)
Make public headers compile with -Wzero-as-null-pointer-constant
... or equivalent. QtBase 5.6 headers already compile that way, so let the other modules follow suit. Change-Id: I2777ae4776135f616aed7ae560d7cf940780ff2c Task-number: QTBUG-45291 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
-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;