summaryrefslogtreecommitdiff
path: root/examples/webenginewidgets/browser/webview.h
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@theqtcompany.com>2015-02-02 17:11:51 +0100
committerAndras Becsi <andras.becsi@theqtcompany.com>2015-02-05 16:13:05 +0000
commit0cf3235924e7ea95c5804c807a9ef0e91678c49d (patch)
treee43d0e34366ce6605109af7ab967e3abe6def940 /examples/webenginewidgets/browser/webview.h
parent4ef5831a398280cc26cbf359dcbb9878e77ab7fb (diff)
downloadqtwebengine-0cf3235924e7ea95c5804c807a9ef0e91678c49d.tar.gz
Revive the widget Browser's DownloadManager
This reenables the widget example Browser's download code by porting it from the QNAM-based QtWebKit API to the new download API of QtWebEngine. Change-Id: I0630c76902fb30c355c774664f0a2005fe29023c Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Diffstat (limited to 'examples/webenginewidgets/browser/webview.h')
-rw-r--r--examples/webenginewidgets/browser/webview.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/webenginewidgets/browser/webview.h b/examples/webenginewidgets/browser/webview.h
index 5ed674f6a..bbe166e98 100644
--- a/examples/webenginewidgets/browser/webview.h
+++ b/examples/webenginewidgets/browser/webview.h
@@ -116,7 +116,6 @@ private slots:
void setProgress(int progress);
void loadFinished(bool success);
void setStatusBarText(const QString &string);
- void downloadRequested(const QNetworkRequest &request);
void openLinkInNewTab();
void onFeaturePermissionRequested(const QUrl &securityOrigin, QWebEnginePage::Feature);
void onIconUrlChanged(const QUrl &url);