summaryrefslogtreecommitdiffstats
path: root/src/imitatepass.cpp
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2018-06-26 13:22:38 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2018-06-26 13:22:38 +0200
commit56ff5a020b0f90e0abf0b0f571c100e6ff78d3a2 (patch)
treefdbe069cfb07748d1c2acefbb0229b0ec581f61d /src/imitatepass.cpp
parent1cec9a3a5892e2a2fc3023bc87f9c0a78f1a5cd2 (diff)
Minor cleanup
Diffstat (limited to 'src/imitatepass.cpp')
-rw-r--r--src/imitatepass.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/imitatepass.cpp b/src/imitatepass.cpp
index 783fb250..98d8d119 100644
--- a/src/imitatepass.cpp
+++ b/src/imitatepass.cpp
@@ -47,13 +47,15 @@ void ImitatePass::Show(QString file) {
QStringList args = {"-d", "--quiet", "--yes", "--no-encrypt-to",
"--batch", "--use-agent", file};
executeGpg(PASS_SHOW, args);
-
}
/**
* @brief ImitatePass::OtpGenerate generates an otp code
*/
-void ImitatePass::OtpGenerate(QString file) {}
+void ImitatePass::OtpGenerate(QString file) {
+ dbg() << "No OTP generation code for fake pass yet, attempting for file: " +
+ file;
+}
/**
* @brief ImitatePass::Insert create new file with encrypted content