refactor: Port to Qt 6

This commit is contained in:
Lars Toenning
2024-03-17 11:31:08 +01:00
parent 54c28863c1
commit 5266cc1909
112 changed files with 358 additions and 609 deletions

View File

@@ -29,7 +29,7 @@ namespace BlackMisc::SharedState::DBus
{
const auto token = getToken();
auto future = m_receivedRequests.insert(token, {})->future();
emit requestReceived(channel, param, token, {});
emit requestReceived(channel, param, token, QPrivateSignal {});
return future;
}