summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebenginedownloadrequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/api/qwebenginedownloadrequest.h')
-rw-r--r--src/core/api/qwebenginedownloadrequest.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/api/qwebenginedownloadrequest.h b/src/core/api/qwebenginedownloadrequest.h
index 76f472b62..35b303737 100644
--- a/src/core/api/qwebenginedownloadrequest.h
+++ b/src/core/api/qwebenginedownloadrequest.h
@@ -150,8 +150,6 @@ public Q_SLOTS:
Q_SIGNALS:
void stateChanged(QWebEngineDownloadRequest::DownloadState state);
- //TODO: fix it for qml
- void downloadProgress(qint64 bytesReceived, qint64 bytesTotal);
void savePageFormatChanged();
void receivedBytesChanged();
void totalBytesChanged();