| Server IP : 82.208.35.60 / Your IP : 216.73.217.116 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/devel/RStudio/files/ |
Upload File : |
--- src/cpp/desktop/DesktopDownloadItemHelper.cpp.orig 2018-05-30 17:56:35 UTC
+++ src/cpp/desktop/DesktopDownloadItemHelper.cpp
@@ -37,9 +37,9 @@ DownloadHelper::DownloadHelper(QWebEngin
connect(item, &QWebEngineDownloadItem::finished,
this, &DownloadHelper::onFinished);
-
- connect(item, &QWebEngineDownloadItem::isPausedChanged,
- this, &DownloadHelper::onPausedChanged);
+ // exists from 5.10, while FreeBSD kept qt5-webengine at 5.9.5, the handler is empty anyway
+ //connect(item, &QWebEngineDownloadItem::isPausedChanged,
+ // this, &DownloadHelper::onPausedChanged);
connect(item, &QWebEngineDownloadItem::stateChanged,
this, &DownloadHelper::onStateChanged);