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/autotype/AutoType.h')
-rw-r--r--src/autotype/AutoType.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/autotype/AutoType.h b/src/autotype/AutoType.h
index 7f9e3ab22..78cd42f88 100644
--- a/src/autotype/AutoType.h
+++ b/src/autotype/AutoType.h
@@ -48,6 +48,7 @@ public:
static bool checkHighDelay(const QString& string);
static bool verifyAutoTypeSyntax(const QString& sequence);
void performAutoType(const Entry* entry, QWidget* hideWindow = nullptr);
+ void performAutoTypeWithSequence(const Entry* entry, const QString& sequence, QWidget* hideWindow = nullptr);
inline bool isAvailable()
{