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>
This commit is contained in:
parent
1f3cf206f4
commit
94ad8518e0
@ -53,6 +53,7 @@
|
||||
#include <QtCore/qstringliteral.h>
|
||||
#include <QtCore/qstringalgorithms.h>
|
||||
#include <QtCore/qstringview.h>
|
||||
#include <QtCore/qstringtokenizer.h>
|
||||
|
||||
#include <string>
|
||||
#include <iterator>
|
||||
|
Loading…
x
Reference in New Issue
Block a user