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/cli/Clip.h')
-rw-r--r--src/cli/Clip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli/Clip.h b/src/cli/Clip.h
index b171c8689..291e63295 100644
--- a/src/cli/Clip.h
+++ b/src/cli/Clip.h
@@ -27,6 +27,7 @@ public:
int executeWithDatabase(QSharedPointer<Database> db, QSharedPointer<QCommandLineParser> parser) override;
+ static const QCommandLineOption AttributeOption;
static const QCommandLineOption TotpOption;
};