summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qnamespace.qdoc
diff options
context:
space:
mode:
authorMÃ¥rten Nordheim <marten.nordheim@qt.io>2021-02-15 11:53:54 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-02-15 22:39:19 +0000
commit3062902f70c77abdb64ad2afbd02aaf149b3711d (patch)
treedee5fa1ff8e4f77df59915453fda4a02f8a736df /src/corelib/global/qnamespace.qdoc
parent5c63d158c2b4a0d4c5ada4ca8da14ba4b3c069f0 (diff)
MinGW: fix warning in QMatrix4x4::map functions
The definitions get the following warning (treated as error): redeclared without dllimport attribute after being referenced with dll linkage [-Werror] I take it to mean that because they are labelled 'inline' the compiler disregards the 'dllimport', but that makes it inconsistent with the declaration. So we label the declaration inline as well. Change-Id: I87bb42141a1086b2c565db881077f33acb4aab64 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> (cherry picked from commit 10aa4b5c61b0073a76ff22946f1682f021cbd34b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/corelib/global/qnamespace.qdoc')
0 files changed, 0 insertions, 0 deletions