]> git.lyx.org Git - lyx.git/commit
Fix bug #11210
authorEnrico Forestieri <forenr@lyx.org>
Thu, 27 Sep 2018 19:21:49 +0000 (21:21 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Thu, 27 Sep 2018 19:21:49 +0000 (21:21 +0200)
commit83fc0f924cf30551615ed65c34941d0114e67a4f
tree4ad25b0618f6cac53dcbcded8bcf5022dd3daa4d
parent676318115aacad6037ae99f39ea6a7aeb50159b4
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