summaryrefslogtreecommitdiffstats
path: root/src/sdk/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdk/console.h')
-rw-r--r--src/sdk/console.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sdk/console.h b/src/sdk/console.h
index 0ab6e4743..378a37e60 100644
--- a/src/sdk/console.h
+++ b/src/sdk/console.h
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** Copyright (C) 2017 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Installer Framework.
@@ -44,6 +44,7 @@ public:
private:
bool parentConsole;
+ bool newConsoleCreated;
std::ofstream m_newCout;
std::ofstream m_newCerr;