refactor: rename dont_request_slot tag to floating_slot

This commit is contained in:
Stanislav Angelovic
2022-06-27 12:05:06 +02:00
parent b7f3d7c876
commit d864e1dfa4
7 changed files with 37 additions and 4 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ MethodReply Proxy::sendMethodCallMessageAndWaitForReply(const MethodCall& messag
auto callback = (void*)&Proxy::sdbus_async_reply_handler;
AsyncCalls::CallData callData{*this, std::move(asyncReplyCallback), {}};
message.send(callback, &callData, timeout, dont_request_slot);
message.send(callback, &callData, timeout, floating_slot);
return syncCallReplyData.waitForMethodReply();
}