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/Estimate.h')
-rw-r--r--src/cli/Estimate.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cli/Estimate.h b/src/cli/Estimate.h
index c15fed9b3..ac88490df 100644
--- a/src/cli/Estimate.h
+++ b/src/cli/Estimate.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2017 KeePassXC Team <team@keepassxc.org>
+ * Copyright (C) 2019 KeePassXC Team <team@keepassxc.org>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -24,8 +24,9 @@ class Estimate : public Command
{
public:
Estimate();
- ~Estimate();
int execute(const QStringList& arguments) override;
+
+ static const QCommandLineOption AdvancedOption;
};
#endif // KEEPASSXC_ESTIMATE_H