Add action item for removing a passkey from entry (#10777)

This commit is contained in:
Sami Vänttinen 2024-05-27 23:50:35 +03:00 committed by GitHub
parent 9aa040604a
commit 5de669eb7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 94 additions and 11 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2023 KeePassXC Team <team@keepassxc.org>
* Copyright (C) 2024 KeePassXC Team <team@keepassxc.org>
* Copyright (C) 2010 Felix Geyer <debfx@fobos.de>
*
* This program is free software: you can redistribute it and/or modify
@ -212,6 +212,8 @@ public slots:
#ifdef WITH_XC_BROWSER_PASSKEYS
void switchToPasskeys();
void showImportPasskeyDialog(bool isEntry = false);
void removePasskeyFromEntry();
bool currentEntryHasPasskey();
#endif
void switchToOpenDatabase();
void switchToOpenDatabase(const QString& filePath);