forked from Lainports/freebsd-ports
For new features, check: https://wiki.qt.io/New_Features_in_Qt_5.13 Thanks to adridg who helped to fix a lot of packages. Exp-run by: antoine PR: 238782
11 lines
450 B
C++
11 lines
450 B
C++
--- src/stream_widget.cpp.orig 2017-03-11 22:16:36 UTC
|
|
+++ src/stream_widget.cpp
|
|
@@ -58,7 +58,7 @@ StreamWidget::StreamWidget(QProcess* rclone, QProcess*
|
|
}
|
|
});
|
|
|
|
- QObject::connect(mRclone, static_cast<void(QProcess::*)(int)>(&QProcess::finished), this, [=]()
|
|
+ QObject::connect(mRclone, QOverload<int, QProcess::ExitStatus>::of(&QProcess::finished), this, [=]()
|
|
{
|
|
mRclone->deleteLater();
|
|
mRunning = false;
|