qt6-bb10/src/tools/tracegen
Samuel Gaist e2906ea5c4 QRegExp include cleanup
QRegExp includes can be found in several files where there's not even a
use of the class. This patch aims to avoid needless includes as well as
follow the "include only what you use" moto.

This patch removes a QRegExp include from the QStringList header which
means that there is likely going to be code breaking since QStringList
is used in many places and would get QRegExp in.

[ChangeLog][Potentially Source-Incompatible Changes] qstringlist.h no
longer includes qregexp.h.

Change-Id: I32847532f16e419d4cb735ddc11a26551127e923
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2019-04-19 21:21:17 +00:00
..
etw.cpp QRegExp include cleanup 2019-04-19 21:21:17 +00:00
etw.h Support for LTTNG and ETW tracing 2018-01-28 19:17:02 +00:00
helpers.cpp Fix build with no-cast-from-ascii 2018-10-14 09:19:18 +00:00
helpers.h Support for LTTNG and ETW tracing 2018-01-28 19:17:02 +00:00
lttng.cpp QRegExp include cleanup 2019-04-19 21:21:17 +00:00
lttng.h Support for LTTNG and ETW tracing 2018-01-28 19:17:02 +00:00
panic.cpp Support for LTTNG and ETW tracing 2018-01-28 19:17:02 +00:00
panic.h Support for LTTNG and ETW tracing 2018-01-28 19:17:02 +00:00
provider.cpp Forward declare all types required for compilation with `-trace` 2019-04-05 11:57:39 +00:00
provider.h Forward declare all types required for compilation with `-trace` 2019-04-05 11:57:39 +00:00
qtheaders.cpp Support for LTTNG and ETW tracing 2018-01-28 19:17:02 +00:00
qtheaders.h Support for LTTNG and ETW tracing 2018-01-28 19:17:02 +00:00
tracegen.cpp Support for LTTNG and ETW tracing 2018-01-28 19:17:02 +00:00
tracegen.pro Support for LTTNG and ETW tracing 2018-01-28 19:17:02 +00:00