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/core/AutoTypeAssociations.h')
-rw-r--r--src/core/AutoTypeAssociations.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/AutoTypeAssociations.h b/src/core/AutoTypeAssociations.h
index 61ef3fd4a..31e58cda0 100644
--- a/src/core/AutoTypeAssociations.h
+++ b/src/core/AutoTypeAssociations.h
@@ -43,6 +43,7 @@ public:
AutoTypeAssociations::Association get(int index) const;
QList<AutoTypeAssociations::Association> getAll() const;
int size() const;
+ int associationsSize() const;
void clear();
private: