summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebengineprofile.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2025-06-03 22:30:32 +0200
committerMarc Mutz <marc.mutz@qt.io>2025-06-04 14:58:56 +0200
commit4a96df5e60aeff0bfd3f7aadea5a941d9abc90c6 (patch)
tree4faae29b323804d7e7b24d03dcee4a0a7e5e0dea /src/core/api/qwebengineprofile.cpp
parent1dbe52965e034a24d13c71be7feea7447b1aa01a (diff)
Normalize signal/slot signatures 2025
This is the result of running util/normalize on the code base. The following manual edits were needed: (none) Pick-to: 6.10 6.9 6.8 6.5 Change-Id: Ia59174aaf154559f7445e13d059723a282f75aae Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/api/qwebengineprofile.cpp')
-rw-r--r--src/core/api/qwebengineprofile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/api/qwebengineprofile.cpp b/src/core/api/qwebengineprofile.cpp
index 6683d51c1..dbd629b33 100644
--- a/src/core/api/qwebengineprofile.cpp
+++ b/src/core/api/qwebengineprofile.cpp
@@ -221,7 +221,7 @@ void QWebEngineProfilePrivate::downloadRequested(const DownloadItemInfo &info)
{
Q_Q(QWebEngineProfile);
- if (!q->receivers(SIGNAL(downloadRequested(QWebEngineDownloadRequest *)))) {
+ if (!q->receivers(SIGNAL(downloadRequested(QWebEngineDownloadRequest*)))) {
m_profileAdapter->acceptDownload(info.id, info.accepted, info.useDownloadTargetCallback, info.path,
info.savePageFormat);
return;