summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2022-02-11 11:34:22 -0800
committerThiago Macieira <thiago.macieira@intel.com>2022-03-09 18:57:37 -0800
commita9ac91ad8a16b12286a76fec432e43ed90f07cb6 (patch)
tree7fb839ddbd00938286ca148674b783cca5368cdb
parent9153ad7af7b85115999a6fd489577cd3dda075c2 (diff)
Make sure all private headers include at least one other
See script in qtbase/util/includeprivate for the rules. Since these files are being touched anyway, I also ran the updatecopyright.pl script too. Change-Id: Ib056b47dde3341ef9a52ffff13ef677e471674b6 Reviewed-by: Jeremy Whiting <jpwhiting@kde.org> Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi>
-rw-r--r--src/tts/qvoice_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tts/qvoice_p.h b/src/tts/qvoice_p.h
index 79dd220..35232b0 100644
--- a/src/tts/qvoice_p.h
+++ b/src/tts/qvoice_p.h
@@ -55,6 +55,7 @@
#include <QString>
#include <QCoreApplication>
#include <QVariant>
+#include <private/qglobal_p.h>
QT_BEGIN_NAMESPACE