summaryrefslogtreecommitdiff
path: root/src/libs/clangbackendipc/connectionclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/clangbackendipc/connectionclient.h')
-rw-r--r--src/libs/clangbackendipc/connectionclient.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libs/clangbackendipc/connectionclient.h b/src/libs/clangbackendipc/connectionclient.h
index bcd83d6767..147c9bd4f8 100644
--- a/src/libs/clangbackendipc/connectionclient.h
+++ b/src/libs/clangbackendipc/connectionclient.h
@@ -35,6 +35,7 @@
#include "lineprefixer.h"
#include <QLocalSocket>
+#include <QProcessEnvironment>
#include <memory>
@@ -100,6 +101,8 @@ private:
void ensureMessageIsWritten();
+ QProcessEnvironment processEnvironment() const;
+
private:
mutable std::unique_ptr<QProcess> process_;
QLocalSocket localSocket;