Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/entry/AutoTypeMatchView.h')
-rw-r--r--src/gui/entry/AutoTypeMatchView.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/entry/AutoTypeMatchView.h b/src/gui/entry/AutoTypeMatchView.h
index b9f3f3aa5..69d0795d9 100644
--- a/src/gui/entry/AutoTypeMatchView.h
+++ b/src/gui/entry/AutoTypeMatchView.h
@@ -42,12 +42,15 @@ public:
signals:
void matchActivated(AutoTypeMatch match);
void matchSelectionChanged();
+ void matchTextCopied();
protected:
void keyPressEvent(QKeyEvent* event) override;
private slots:
void emitMatchActivated(const QModelIndex& index);
+ void userNameCopied();
+ void passwordCopied();
private:
AutoTypeMatchModel* const m_model;