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/Extract.h')
-rw-r--r--src/cli/Extract.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/cli/Extract.h b/src/cli/Extract.h
index e1b0672ec..2939afddb 100644
--- a/src/cli/Extract.h
+++ b/src/cli/Extract.h
@@ -18,10 +18,14 @@
#ifndef KEEPASSXC_EXTRACT_H
#define KEEPASSXC_EXTRACT_H
-class Extract
+#include "Command.h"
+
+class Extract : public Command
{
public:
- static int execute(int argc, char** argv);
+ Extract();
+ ~Extract();
+ int execute(const QStringList& arguments);
};
#endif // KEEPASSXC_EXTRACT_H