summaryrefslogtreecommitdiffstats
path: root/src/realpass.h
diff options
context:
space:
mode:
authortezeb <tezeb+github@outoftheblue.pl>2017-01-10 00:16:05 +0100
committertezeb <tezeb+github@outoftheblue.pl>2017-01-10 00:16:05 +0100
commitc3f44c2cd1adb36013cc54638e1fd507d5121ad5 (patch)
tree391451bbefb8e2c2c0a3990b018212d49de983c5 /src/realpass.h
parent0ce664c977155f70ccd6916faae92e945acf4a6d (diff)
fix interface for pass
Diffstat (limited to 'src/realpass.h')
-rw-r--r--src/realpass.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/realpass.h b/src/realpass.h
index 3cb5448e..dd2c38b7 100644
--- a/src/realpass.h
+++ b/src/realpass.h
@@ -9,6 +9,10 @@
*/
class RealPass : public Pass {
+ void executePass(PROCESS id, const QStringList &arg,
+ QString input = QString(), bool readStdout = true,
+ bool readStderr = true);
+
public:
RealPass();
virtual ~RealPass() {}