Commit Graph

5 Commits

Author SHA1 Message Date
Alexey Edelev c4394828fa Fix documentation of QGrpcStream::messageReceived signal
Add the missing class to the message declaration.

Amends 0d56724387

Pick-to: 6.5
Change-Id: Ida7e60904bbe7d337a46f764321bb9580e93f04d
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2023-01-30 12:20:35 +01:00
Konrad Kujawa 79dc1b71ef Update links to the QtGrpc documentation
Add QtGrpc index and classes documentation pages.
Fix missing links to QtGrpc documentation.
The modules are now consistently named 'Qt GRPC', 'Qt Protobuf'.

Pick-to: 6.5
Change-Id: Iabd91336c871e43c97c49712a52f3aa82f7e75a5
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
2023-01-26 15:08:44 +01:00
Konrad Kujawa 9a1881718b Address minor suggestions for QtGrpc codebase
Add missing explicit, override, default, const keywords.
Omit pointless inline.
Remove empty () in lambdas.
Include mocs for QtGrpc module.
Use trailing , in enums.
Use underlying type for enums.

Task-number: QTBUG-108833
Pick-to: 6.5
Change-Id: I34e73a7f2715f374303634f9ed0236601c094a84
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
2023-01-04 12:40:46 +01:00
Konrad Kujawa 176aa956eb Reflow and fix style issues in QtGrpc documentation and messages
Reflow QtGrpc documentation and messages.
Fix style and grammar issues in the QtGrpc.
Address minor code review suggestions from 'Introduce QtGrpc' patch.

Task-number: QTBUG-108833
Pick-to: 6.5
Change-Id: I74b9725e82e23d0ad6ae9be19b6c5542e63fc487
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
2023-01-04 12:40:43 +01:00
Konrad Kujawa eeb96d7a7b Rename QGrpcAsyncOperation to QGrpcOperation
QGrpcOperation name is more matching the implementation,
because is no longer thread safe and does not implement any of
async methods.

Task-number: QTBUG-108833
Pick-to: 6.5
Change-Id: I926dc651b2c3daa58429bcb358a827bd398cee46
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2022-12-20 15:25:19 +01:00