diff --git a/src/grpc/qgrpccalloptions.h b/src/grpc/qgrpccalloptions.h index c539e40d..3eb4b4d9 100644 --- a/src/grpc/qgrpccalloptions.h +++ b/src/grpc/qgrpccalloptions.h @@ -20,7 +20,7 @@ class QDebug; class QVariant; class QGrpcCallOptionsPrivate; -QT_DECLARE_QESDP_SPECIALIZATION_DTOR_WITH_EXPORT(QGrpcCallOptionsPrivate, Q_GRPC_EXPORT) +QT_DECLARE_QESDP_SPECIALIZATION_DTOR(QGrpcCallOptionsPrivate) class QGrpcCallOptions final { diff --git a/src/grpc/qgrpcchanneloptions.h b/src/grpc/qgrpcchanneloptions.h index 2407da7d..f8e1a8db 100644 --- a/src/grpc/qgrpcchanneloptions.h +++ b/src/grpc/qgrpcchanneloptions.h @@ -26,7 +26,7 @@ class QVariant; class QGrpcSerializationFormat; class QGrpcChannelOptionsPrivate; -QT_DECLARE_QESDP_SPECIALIZATION_DTOR_WITH_EXPORT(QGrpcChannelOptionsPrivate, Q_GRPC_EXPORT) +QT_DECLARE_QESDP_SPECIALIZATION_DTOR(QGrpcChannelOptionsPrivate) class QGrpcChannelOptions final { diff --git a/src/grpc/qgrpcserializationformat.h b/src/grpc/qgrpcserializationformat.h index 49c32c06..56e15b98 100644 --- a/src/grpc/qgrpcserializationformat.h +++ b/src/grpc/qgrpcserializationformat.h @@ -20,7 +20,7 @@ class QDebug; class QVariant; class QGrpcSerializationFormatPrivate; -QT_DECLARE_QESDP_SPECIALIZATION_DTOR_WITH_EXPORT(QGrpcSerializationFormatPrivate, Q_GRPC_EXPORT) +QT_DECLARE_QESDP_SPECIALIZATION_DTOR(QGrpcSerializationFormatPrivate) class QGrpcSerializationFormat final { diff --git a/src/protobuf/qprotobufmessage.h b/src/protobuf/qprotobufmessage.h index 80847ae2..ef181733 100644 --- a/src/protobuf/qprotobufmessage.h +++ b/src/protobuf/qprotobufmessage.h @@ -31,7 +31,7 @@ struct QProtobufPropertyOrdering; } class QProtobufMessagePrivate; -QT_DECLARE_QESDP_SPECIALIZATION_DTOR_WITH_EXPORT(QProtobufMessagePrivate, Q_PROTOBUF_EXPORT) +QT_DECLARE_QESDP_SPECIALIZATION_DTOR(QProtobufMessagePrivate) class QProtobufMessage {