mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-09 06:52:50 -04:00
Add TOTP support
This commit is contained in:
parent
7040bef27e
commit
bf57a28654
22 changed files with 1120 additions and 2 deletions
|
@ -96,6 +96,7 @@ public:
|
|||
bool currentEntryHasPassword();
|
||||
bool currentEntryHasUrl();
|
||||
bool currentEntryHasNotes();
|
||||
bool currentEntryHasTotp();
|
||||
GroupView* groupView();
|
||||
EntryView* entryView();
|
||||
void showUnlockDialog();
|
||||
|
@ -133,6 +134,9 @@ public slots:
|
|||
void copyURL();
|
||||
void copyNotes();
|
||||
void copyAttribute(QAction* action);
|
||||
void showTotp();
|
||||
void copyTotp();
|
||||
void setupTotp();
|
||||
void performAutoType();
|
||||
void openUrl();
|
||||
void openUrlForEntry(Entry* entry);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue