Commit de46e34c authored by Thiago Macieira's avatar Thiago Macieira Committed by Alex Blasche
Browse files

Fix DLL linkage of operator>>(QDataStream, QDoubleMatrix4x4)


It's marked as exported from QtGui, yet the implementation is in
qdoublematrix.cpp. That cannot be.

Found by MSVC 2015:

 qdoublematrix4x4.cpp(1097): warning C4273: 'operator >>': inconsistent dll linkage
 qdoublematrix4x4_p.h(939): note: see previous definition of '>>'

Change-Id: I523b0abacd5148b2bf08fffd14b419faf3d1e584
Reviewed-by: default avatarAlex Blasche <alexander.blasche@qt.io>
Showing with 1 addition and 1 deletion
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment