summaryrefslogtreecommitdiffstats
path: root/src/realpass.cpp
diff options
context:
space:
mode:
authortezeb <tezeb+github@outoftheblue.pl>2017-01-03 21:59:01 +0100
committertezeb <tezeb+github@outoftheblue.pl>2017-01-03 21:59:01 +0100
commit055a96512ce66db1d3194e2e1df0f66f8ed65058 (patch)
treec7cc1b6725ecb387c8b3111401387f4f41a14994 /src/realpass.cpp
parente5ec2b7055ae43c59ad894472b83677b12cd409c (diff)
fixes to improve signal based process mgmt
Diffstat (limited to 'src/realpass.cpp')
-rw-r--r--src/realpass.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/realpass.cpp b/src/realpass.cpp
index b360dd2f..aeeb7b0c 100644
--- a/src/realpass.cpp
+++ b/src/realpass.cpp
@@ -40,20 +40,6 @@ void RealPass::Show(QString file) {
}
/**
- * @brief RealPass::Show_b pass show
- *
- * @param file file to decrypt
- *
- * @return if block is set, returns exit status of internal decryption
- * process
- * otherwise returns QProcess::NormalExit
- */
-int RealPass::Show_b(QString file) {
- return exec.executeBlocking(QtPassSettings::getPassExecutable(),
- {"show", file});
-}
-
-/**
* @brief RealPass::Insert pass insert
*/
void RealPass::Insert(QString file, QString newValue, bool overwrite) {