Proper capture on windows
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
d8e0b14dc4
commit
b7dd32274c
4 changed files with 18 additions and 11 deletions
|
@ -280,8 +280,6 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv)
|
|||
BindCrtHandlesToStdHandles(true, true, true);
|
||||
consoleAttached = true;
|
||||
}
|
||||
} else if (stdout_type == FILE_TYPE_DISK || stdout_type == FILE_TYPE_PIPE ) {
|
||||
BindCrtHandlesToStdHandles(true, true, true);
|
||||
}
|
||||
#endif
|
||||
setOrganizationName(BuildConfig.LAUNCHER_NAME);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue