mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 14:32:39 -04:00
parent
28e6887aa4
commit
3662f6aa77
4 changed files with 6 additions and 5 deletions
|
@ -206,6 +206,7 @@ public slots:
|
|||
void performAutoTypePassword();
|
||||
void performAutoTypePasswordEnter();
|
||||
void performAutoTypeTOTP();
|
||||
void setClipboardTextAndMinimize(const QString& text);
|
||||
void openUrl();
|
||||
void downloadSelectedFavicons();
|
||||
void downloadAllFavicons();
|
||||
|
@ -285,7 +286,6 @@ private slots:
|
|||
|
||||
private:
|
||||
int addChildWidget(QWidget* w);
|
||||
void setClipboardTextAndMinimize(const QString& text);
|
||||
void processAutoOpen();
|
||||
void openDatabaseFromEntry(const Entry* entry, bool inBackground = true);
|
||||
void performIconDownloads(const QList<Entry*>& entries, bool force = false, bool downloadInBackground = false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue