summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qanystringview.h
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2022-12-31 18:35:32 +0200
committerAhmad Samir <a.samirh78@gmail.com>2023-01-07 04:03:22 +0200
commitc630b231ecd674b80a554bf40b37086b64c73f6a (patch)
tree9a57f3094ea76cfc77152dd31dfea4a17224184e /src/corelib/text/qanystringview.h
parent0b92502de28f5ecfd9622a222c92211b6325ae84 (diff)
Untangle QLatin1StringView from qstring.{h,cpp}
Searching in qstring.{h,cpp} is slightly easier (it's already too long). From the task: Having similarly-structured header files for all the view classes would help rebasing the different view classes onto a common template come Qt 7. Diff best viewed in terminal with git's diff.colorMoved config set to default. Task-number: QTBUG-103509 Change-Id: Ie791760bb5bfa23def98d67c206ae8fd00c5f6e6 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/text/qanystringview.h')
-rw-r--r--src/corelib/text/qanystringview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/text/qanystringview.h b/src/corelib/text/qanystringview.h
index ff9d0f9d8f..a3117a4b79 100644
--- a/src/corelib/text/qanystringview.h
+++ b/src/corelib/text/qanystringview.h
@@ -4,6 +4,7 @@
#ifndef QANYSTRINGVIEW_H
#define QANYSTRINGVIEW_H
+#include <QtCore/qlatin1stringview.h>
#include <QtCore/qstringview.h>
#include <QtCore/qutf8stringview.h>