summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorSarah Smith <sarah.j.smith@nokia.com>2012-03-21 16:45:32 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-26 05:39:37 +0200
commita760289038f3775cc399a8f47c36b9bce525c1a1 (patch)
treeee913b5717dc35c73bba92ba6acde105454a167e /src/tools
parent1dc7aed0e9632c4da7aa1b182cd5198b913b912f (diff)
Fix qtnamespace compile break on Mac.
Appears as though the QT_NAMESPACE macros are incorrect here. In fact in qisenum.h because the #define is no respecter of a namespace in most of these conditional compile cases they will be ignored effectively. The QT_HEADER also - if qtypetraits.h conditional compile occurs then it will result in adding extern "C" { twice. For the macros invoking them will not cause the extern "C" { to be used anyway, so just remove this altogether. Task-number: QTBUG-24903 Change-Id: I710dc330f58357f395241a0cf3172e41a5864576 Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com> Reviewed-by: Glenn Watson <glenn.watson@nokia.com> Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
Diffstat (limited to 'src/tools')
0 files changed, 0 insertions, 0 deletions