summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/text.pri
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@qbc.io>2019-07-15 02:20:56 +0900
committerMarc Mutz <marc.mutz@kdab.com>2019-07-15 00:38:29 +0000
commitaa698bc3c45a7269ff17b8e7cd068e4ef078520d (patch)
tree1d41fb6b5f34ad23c64c9b09d902c0e6f5ab0bd9 /src/corelib/text/text.pri
parent205824103eb974f59a92a3d8f231f5b189176939 (diff)
Fix qdoublescanprint_p.h path in corelib
The qdoublescanprint_p.h header moved from tools/ to text/ when text/ was introduced. Amends a9aa206b7b8ac4e69f8c46233b4080e00e845ff5. Change-Id: Ia7167fc3c4cdb05d4f2e56c0a0427a80e3cee362 Reviewed-by: Marc Mutz <marc.mutz@kdab.com> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/corelib/text/text.pri')
-rw-r--r--src/corelib/text/text.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/text/text.pri b/src/corelib/text/text.pri
index e279679655..25e281f37a 100644
--- a/src/corelib/text/text.pri
+++ b/src/corelib/text/text.pri
@@ -9,7 +9,7 @@ HEADERS += \
text/qchar.h \
text/qcollator.h \
text/qcollator_p.h \
- tools/qdoublescanprint_p.h \
+ text/qdoublescanprint_p.h \
text/qlocale.h \
text/qlocale_p.h \
text/qlocale_tools_p.h \