mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 05:27:39 +03:00
SSH Agent: Entry context menu control
This commit is contained in:
parent
d41a37c9bc
commit
ef668f552e
10 changed files with 128 additions and 0 deletions
|
@ -110,6 +110,9 @@ public:
|
|||
bool currentEntryHasUrl();
|
||||
bool currentEntryHasNotes();
|
||||
bool currentEntryHasTotp();
|
||||
#ifdef WITH_XC_SSHAGENT
|
||||
bool currentEntryHasSshKey();
|
||||
#endif
|
||||
|
||||
QByteArray entryViewState() const;
|
||||
bool setEntryViewState(const QByteArray& state) const;
|
||||
|
@ -169,6 +172,10 @@ public slots:
|
|||
void showTotpKeyQrCode();
|
||||
void copyTotp();
|
||||
void setupTotp();
|
||||
#ifdef WITH_XC_SSHAGENT
|
||||
void addToAgent();
|
||||
void removeFromAgent();
|
||||
#endif
|
||||
void performAutoType();
|
||||
void openUrl();
|
||||
void downloadSelectedFavicons();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue