summaryrefslogtreecommitdiffstats
path: root/process.h
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@theqtcompany.com>2015-06-01 11:25:31 +0200
committerRainer Keller <rainer.keller@theqtcompany.com>2015-06-02 16:45:53 +0300
commit91882497952ebf33a76888b79125ce9cd56994d3 (patch)
tree262669ac976f5f48024e4ed5357eb617279f984b /process.h
parent53ea6084989e386511f73aa7d1ebbc01b8a6b606 (diff)
Parse additional config files
Some runtime settings need to be applied to the environment. Additional config files may be located in /tmp/b2qt/appcontroller.config.d or /var/lib/b2qt/appcontroller.config.d Task-number: QTEE-931 Change-Id: Id6c8c5695e6ca74351c7f81a66aa9a75a948792a Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
Diffstat (limited to 'process.h')
-rw-r--r--process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/process.h b/process.h
index bf67d96..d175dd3 100644
--- a/process.h
+++ b/process.h
@@ -37,7 +37,7 @@ struct Config {
PublicDebugInterface
};
- Config() : flags(0) { }
+ Config() : platform("unknown"), flags(0), debugInterface(LocalDebugInterface) { }
QString base;
QString platform;