summaryrefslogtreecommitdiffstats
path: root/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'process.h')
-rw-r--r--process.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/process.h b/process.h
index d820707..8b84779 100644
--- a/process.h
+++ b/process.h
@@ -42,6 +42,7 @@ struct Config {
QMap<QString,QString> env;
QStringList args;
DebugInterface debugInterface;
+ QString envFile;
};
class Process : public QObject