summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qcommandlineparser.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2024-05-14 06:44:59 +0200
committerMarc Mutz <marc.mutz@qt.io>2024-12-17 11:08:35 +0100
commit8553ffd8d147ecf6a713d12a360027b477dd59c8 (patch)
treed01f9db1435c7eb687cc7d5e3974a33b865e9596 /src/corelib/tools/qcommandlineparser.cpp
parentf6af3a581642170f0f4fe0d0563851715e045391 (diff)
qthreadstorage.h: fix position of namespace macros
The file contains two implementations of the class template, one for QT_CONFIG(thread) and one for without. Both are in the QT_NAMESPACE, but each provided their own QT_{BEGIN,END}_NAMESPACE macro pair. This is unneeded and may throw off scripts which use the macros as insertion positions (like includemocs, which, however, operates on .cpp files, not headers). To fix, move the namespace macro pair to be around the #if QT_CONFIG(thread) block. Pick-to: 6.9 6.8 6.5 Change-Id: I56c1f9a4ef7df0fba54c72d8a213fa92573b826c Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/tools/qcommandlineparser.cpp')
0 files changed, 0 insertions, 0 deletions