From e5734c2f08ba629d9d6bffbb1b5504f78cb71ca6 Mon Sep 17 00:00:00 2001 From: John Layt Date: Thu, 8 Aug 2013 23:17:57 +0200 Subject: QDateTime - Split QDateTimeParser into a separate file Not strictly needed yet, but helps to reduce the size of QDateTime and make it easier to read a major re-write. Imposes separation of parser which will be needed if we make QLocale always use the system backends, after which only QDateTimeEdit widget will need the parser and it can be moved there. Change-Id: I6a5e9a3edf6fe8ff2340af6afecd8ba4bfde9dd4 Reviewed-by: Lars Knoll Reviewed-by: Thiago Macieira Reviewed-by: Mitch Curtis --- src/corelib/tools/qlocale.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/corelib/tools/qlocale.cpp') diff --git a/src/corelib/tools/qlocale.cpp b/src/corelib/tools/qlocale.cpp index 060b220a4a..fb233c0640 100644 --- a/src/corelib/tools/qlocale.cpp +++ b/src/corelib/tools/qlocale.cpp @@ -55,6 +55,7 @@ #include "qlocale_p.h" #include "qlocale_tools_p.h" #include "qdatetime_p.h" +#include "qdatetimeparser_p.h" #include "qnamespace.h" #include "qdatetime.h" #include "qstringlist.h" -- cgit v1.2.3