summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebengineurlschemehandler.cpp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-11-27 10:49:32 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-12-01 20:31:44 +0000
commit6efd0d603f422796dd511c4d84ac7062c09889ea (patch)
treeb8cbd0c33504e859f84fae78905827ff0f1ef2da /src/core/api/qwebengineurlschemehandler.cpp
parenta5f81e005bfc664a80f99314e62a8620ea152a4d (diff)
Rename url scheme handler's destroyed signal
Make the signal distinct from the QObject destroyed signal and make sure it is not documented and follows private signal naming. Change-Id: If10a6e7fcee5e9ea4d3ed12ddb8e6ff3f1170adc Reviewed-by: Michael BrĂ¼ning <michael.bruning@theqtcompany.com>
Diffstat (limited to 'src/core/api/qwebengineurlschemehandler.cpp')
-rw-r--r--src/core/api/qwebengineurlschemehandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/api/qwebengineurlschemehandler.cpp b/src/core/api/qwebengineurlschemehandler.cpp
index 7f9ebaf48..e20aa2ba3 100644
--- a/src/core/api/qwebengineurlschemehandler.cpp
+++ b/src/core/api/qwebengineurlschemehandler.cpp
@@ -74,7 +74,7 @@ QWebEngineUrlSchemeHandler::QWebEngineUrlSchemeHandler(QObject *parent)
*/
QWebEngineUrlSchemeHandler::~QWebEngineUrlSchemeHandler()
{
- Q_EMIT destroyed(this);
+ Q_EMIT _q_destroyedUrlSchemeHandler(this);
}
/*!