summaryrefslogtreecommitdiffstats
path: root/src/imitatepass.cpp
diff options
context:
space:
mode:
authortezeb <tezeb+github@outoftheblue.pl>2017-01-10 00:18:23 +0100
committertezeb <tezeb+github@outoftheblue.pl>2017-01-10 00:18:23 +0100
commit56b5674af3e59e95888774925f92f1ea0dc8e0f2 (patch)
treed23fb02609fb582623492e4a8b94ce281c09efa4 /src/imitatepass.cpp
parentc3f44c2cd1adb36013cc54638e1fd507d5121ad5 (diff)
creation of transaction entity for better process-mgmt
Diffstat (limited to 'src/imitatepass.cpp')
-rw-r--r--src/imitatepass.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/imitatepass.cpp b/src/imitatepass.cpp
index a976fc6e..e6b78f62 100644
--- a/src/imitatepass.cpp
+++ b/src/imitatepass.cpp
@@ -3,6 +3,8 @@
#include "qtpasssettings.h"
#include <QDirIterator>
+using namespace Enums;
+
/**
* @brief ImitatePass::ImitatePass for situaions when pass is not available
* we imitate the behavior of pass https://www.passwordstore.org/
@@ -389,3 +391,4 @@ void ImitatePass::executeGit(PROCESS id, const QStringList &args, QString input,
executeWrapper(id, QtPassSettings::getGitExecutable(), args, input,
readStdout, readStderr);
}
+