diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-11-19 13:19:46 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-11-19 13:19:56 +0100 |
commit | 4f75c049e8ba1e7fd4f1094f9ed8b681318f021d (patch) | |
tree | aa98230ff962aeba9775c459515b229c8eac47a0 /vehicle-signals/QtKuksaClient.cpp | |
parent | 1d78b4a6f9ba4807901c6fc30ece2b84754908e8 (diff) |
Import Qt6 conversion patchHEADtrout_19.90.0trout/19.90.019.90.0master
Import the patches for the demo applications into the app repos.
Bug-AGL: SPEC-5294
Change-Id: I516a951cdd49dbfb1729bf4e49360333b951bad3
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'vehicle-signals/QtKuksaClient.cpp')
-rw-r--r-- | vehicle-signals/QtKuksaClient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vehicle-signals/QtKuksaClient.cpp b/vehicle-signals/QtKuksaClient.cpp index 901459d..e258670 100644 --- a/vehicle-signals/QtKuksaClient.cpp +++ b/vehicle-signals/QtKuksaClient.cpp @@ -84,7 +84,7 @@ QtKuksaClient::QtKuksaClient(const std::shared_ptr< ::grpc::ChannelInterface>& c void QtKuksaClient::connect() { // Check for connection in another thread - QFuture<void> future = QtConcurrent::run(this, &QtKuksaClient::waitForConnected); + QFuture<void> future = QtConcurrent::run(&QtKuksaClient::waitForConnected, this); } void QtKuksaClient::get(const QString &path, const bool actuator) |