Skip to content

Commit

Permalink
fix: cancelActiveRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Feb 2, 2025
1 parent d0b9805 commit f979fda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/StatusQ/src/keychain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,9 @@ void Keychain::requestGetCredential(const QString& account)
qWarning() << "Keychain::requestGetCredential is intended to be called only on MacOS.";
emit getCredentialRequestCompleted(Keychain::StatusNotSupported, "");
}

void Keychain::cancelActiveRequest()
{
qWarning() << "Keychain::cancelActiveRequest is intended to be called only on MacOS.";
}
#endif

0 comments on commit f979fda

Please sign in to comment.