mirror of
https://github.com/JS8Call-improved/JS8Call-improved
synced 2026-08-13 17:47:36 -04:00
Initial round of Qt5 deprecation fixes
This commit is contained in:
parent
64b25605b3
commit
e377385bfa
30 changed files with 204 additions and 216 deletions
|
|
@ -136,7 +136,7 @@ void Worker::start(QString path, QStringList args){
|
|||
}
|
||||
});
|
||||
|
||||
connect(proc, static_cast<void (QProcess::*) (QProcess::ProcessError)> (&QProcess::error),
|
||||
connect(proc, &QProcess::errorOccurred,
|
||||
[this, proc] (QProcess::ProcessError errorCode) {
|
||||
emit error(int(errorCode), proc->errorString());
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue