Improve handling of clipboard actions

* Fix #10804
This commit is contained in:
Jonathan White 2024-05-25 09:13:43 -04:00
parent 28e6887aa4
commit 3662f6aa77
4 changed files with 6 additions and 5 deletions

View file

@ -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);