Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.9
-
None
-
3
-
9966fdac3 (dev), 338717a91 (6.9), 7c0ea062d (6.8)
Description
message TestMessage { message Continuation { uint64 index = 1; uint64 count = 2; QtCore.QUuid uuid = 3; } Continuation continuation = 1; }
this will not compile if put into a library
/home/ddob/Qt/qt6/qtgrpc/build/clang-debug/examples/grpc/qtchat/client/messages.qpb.cpp:152:11: error: field has incomplete type 'QUuid' 152 | QUuid m_uuid; | ^ /home/ddob/Qt/qt6/qtbase/src/corelib/kernel/qmetatype.h:1544:1: note: forward declaration of 'QUuid' 1544 | QT_FOR_EACH_STATIC_CORE_CLASS(QT_FORWARD_DECLARE_STATIC_TYPES_ITER) | ^ /home/ddob/Qt/qt6/qtbase/src/corelib/kernel/qmetatype.h:123:18: note: expanded from macro 'QT_FOR_EACH_STATIC_COR