mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
refactor: Port to Qt 6
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user