qa: Use QProcess::errorOccurred instead of QProcess::error if possible
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 7 Jan 2020 19:40:01 +0000 (20:40 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 8 Jan 2020 18:41:46 +0000 (19:41 +0100)
commit4037c8e9557da772664a18a953d7c05e463de938
tree94e637e5c0f987077d0f96edce86fe54b63fbe97
parent56491f1d5772764aa82a5bda85c83ab336af4346
qa: Use QProcess::errorOccurred instead of QProcess::error if possible

To avoid an overloaded signal name, Qt 5.6 introduced the signal
QProcess::errorOccurred() to replace QProcess::error(). The latter one
is deprecated since Qt 5.14, so avoid using it if possible.
src/client/execwrapper.cpp