Providing protobuf and gRPC support for Qt.
Go to file
Dennis Oberst 19fca04537 Prefer the usage of SingleShotConnection
Currently we're doing something manually, which, since Qt6 is a
dedicated feature. Use that instead for less error-prone disconnections
for our single-shot signals.

Lets not re-invent the wheel for something that has been (potentially
faster rather then slower) invented for this exact usecase.

We will promote the usage of Qt::SingleShotConnection, so as good
teachers we should be using it as well.

Pick-to: 6.8
Change-Id: I3b2b9f176f06d91b4d0946a38c53a4c2614c8a01
Reviewed-by:  Alexey Edelev <alexey.edelev@qt.io>
2024-09-20 15:48:06 +02:00
LICENSES Rename protobuf_LICENSE.txt to LicenseRef-protobuf.txt 2024-02-02 15:54:58 +01:00
cmake CMake: Make examples build as external projects 2024-03-06 17:14:45 +01:00
coin Change Axivion analysis result format 2024-06-28 10:17:09 +03:00
examples Prefer the usage of SingleShotConnection 2024-09-20 15:48:06 +02:00
src Prefer the usage of SingleShotConnection 2024-09-20 15:48:06 +02:00
tests Prefer the usage of SingleShotConnection 2024-09-20 15:48:06 +02:00
.clang-format clang-format: use AlignArrayOfStructures Left 2024-04-03 12:15:49 +01:00
.cmake.conf Bump version to 6.9.0 2024-06-06 03:49:05 +01:00
.gitattributes Add missing .gitattributes and .tag files 2023-01-18 12:03:33 +02:00
.gitignore Privately introduce QProtobufPropertyOrderBuilder 2024-06-27 18:01:37 +02:00
.tag Add missing .gitattributes and .tag files 2023-01-18 12:03:33 +02:00
CMakeLists.txt Add the missing lookup for QuickTest component 2024-03-11 18:00:41 +01:00
configure.cmake Long live qtprotobufgen 2022-11-08 10:33:39 +01:00
dependencies.yaml Update dependencies on 'dev' in qt/qtgrpc 2024-09-11 07:09:06 +00:00
licenseRule.json Add the Qt ProtobufQuick module to licenseRule.json 2024-06-21 12:46:17 +02:00
qt_attribution.json Move conformance test to auto tests 2024-05-09 11:50:50 +02:00
qt_cmdline.cmake Long live qtprotobufgen 2022-11-08 10:33:39 +01:00