summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbintegration.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2015-02-14 22:27:54 -0800
committerThiago Macieira <thiago.macieira@intel.com>2015-02-17 00:41:41 +0000
commitaa855afa44bbbdd17125b88f0ec277b0b3f510c8 (patch)
treeedc158a1d42035f01072d3536c1d6980c89780f8 /src/plugins/platforms/xcb/qxcbintegration.h
parent1d2efe1f27bedcbaa157ef4e82b8eda33dda46ad (diff)
Fix compilation with ICC: failure to parse placement of Q_DECL_OVERRIDE
This is the right way: void (*getProcAddress(const QByteArray &procName)) () Q_DECL_OVERRIDE; However, ICC and GCC do not get it. They expect it in the form: void (*getProcAddress(const QByteArray &procName) Q_DECL_OVERRIDE) (); ICC complains with an error, so this needs a workaround. GCC ignores the incorrectly-placed "override", so it just looks to GCC like no "override" was added. See also: https://groups.google.com/a/isocpp.org/forum/#!topic/std-discussion/IjVB8CWiS5A Change-Id: I1a800c709d3543699131ffff13c2ffc9cee46245 Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com> Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Diffstat (limited to 'src/plugins/platforms/xcb/qxcbintegration.h')
0 files changed, 0 insertions, 0 deletions