summaryrefslogtreecommitdiffstats
path: root/src/testlib
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2017-04-11 14:50:22 +0200
committerMarc Mutz <marc.mutz@kdab.com>2017-04-11 14:59:49 +0000
commit9c243d26373ba6ae3f94b21bd52b12b59140cfc3 (patch)
treed906cb042c59ad356076853626eb3d82d65e0060 /src/testlib
parent7af5a3a39e226658a14dd55d9c2d05ec6b408759 (diff)
QByteArray: add missing inline keywords
Inline member functions that are not defined in the class body must be marked with the inline keyword. Otherwise, MinGW complains about any use of such functions before they are defined with its infamous error message: 'char QByteArray::at(int) const' redeclared without dllimport attribute after being referenced with dll linkage Fix it for all such functions. Change-Id: Iae76a7ed18e7b2d5cb5e217e154f647be4a2d9c1 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/testlib')
0 files changed, 0 insertions, 0 deletions