summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2020-06-04 20:44:29 +0200
committerMarc Mutz <marc.mutz@kdab.com>2020-06-05 13:21:45 +0200
commit94ad8518e04bab04f0a041638c7d053fa434c41f (patch)
tree4c103117c66b2fc7c7a6803bf377617e312aa11a /src/corelib/text
parent1f3cf206f4bdc0e3da0bf1317be78731243be770 (diff)
Include qstringtokenizer.h from qstring.h
It's a bit annoying that you have to include <QStringTokenizer> to use the tokenize() methods. The separation is a historic artefact, just fix it. Change-Id: Ied4cc0c8dd2bb6735bf29fbb26fdbf47d07db264 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/corelib/text')
-rw-r--r--src/corelib/text/qstring.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/text/qstring.h b/src/corelib/text/qstring.h
index 45eb5f2474..b06afccc74 100644
--- a/src/corelib/text/qstring.h
+++ b/src/corelib/text/qstring.h
@@ -53,6 +53,7 @@
#include <QtCore/qstringliteral.h>
#include <QtCore/qstringalgorithms.h>
#include <QtCore/qstringview.h>
+#include <QtCore/qstringtokenizer.h>
#include <string>
#include <iterator>