]> git.lyx.org Git - features.git/commit
Fix bug #11210
authorEnrico Forestieri <forenr@lyx.org>
Thu, 27 Sep 2018 19:32:24 +0000 (21:32 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Thu, 27 Sep 2018 19:32:24 +0000 (21:32 +0200)
commit804ed1bffb3ad13904a8e8838d63c7adc6e542e7
tree5dad0ebacdaad391282c76119b41f1f4b701607d
parent79c695806c45957e25e419e0075601164271ba56
Fix bug #11210

On Windows, start viewers in detached processes in order to avoid
a crash of the QProcess destructor when their thread terminates.
The opening of a console window is avoided by redirecting to the
null device all standard I/O channels.
src/support/Systemcall.cpp
status.23x