]> git.lyx.org Git - features.git/commit
Qt 5.6 renames signal QProcesss::error()
authorScott Kostyshak <skostysh@lyx.org>
Sun, 24 Jan 2016 06:33:25 +0000 (01:33 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Sun, 24 Jan 2016 17:07:52 +0000 (12:07 -0500)
commit20addbbf36f3c529dd948481ecef460d5b273be0
treea1653ae657723f2c694ea5262b32e95d1a33d0e5
parentdc8c4f3eab6e01f3767de765423fda5e4d6c5124
Qt 5.6 renames signal QProcesss::error()

QProcesss::error() was renamed to QProcesss::errorOccurred().

The renaming was done to avoid confusion from overloading (see the
documentation for the signal before the renaming [1]).

For more details, see this Qt bug report [2].

[1] http://doc.qt.io/qt-5/qprocess.html#error-1
[2] https://codereview.qt-project.org/#/c/114451/
src/frontends/qt4/GuiCompare.cpp
src/frontends/qt4/GuiProgress.cpp
src/support/Systemcall.cpp