summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bruning <michael.bruning@theqtcompany.com>2015-11-24 18:01:28 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-12-01 20:32:06 +0000
commit6ef32812ccf6676e94e7d7fa7c3ae301d1069ca5 (patch)
tree2204ed62de99afd4ddf2ca0bc908314195d328c2
parent6efd0d603f422796dd511c4d84ac7062c09889ea (diff)
Remove the empty virtual destructor from QWebEngineUrlRequestInterceptor.
Change-Id: Ia7bcdcfd7db7120e6d9e5f46842501ec0f613f18 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-rw-r--r--src/core/api/qwebengineurlrequestinterceptor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/api/qwebengineurlrequestinterceptor.h b/src/core/api/qwebengineurlrequestinterceptor.h
index 72f3452d0..9a632c3e0 100644
--- a/src/core/api/qwebengineurlrequestinterceptor.h
+++ b/src/core/api/qwebengineurlrequestinterceptor.h
@@ -56,9 +56,6 @@ public:
: QObject (p)
{
}
- virtual ~QWebEngineUrlRequestInterceptor()
- {
- }
virtual bool interceptRequest(QWebEngineUrlRequestInfo &info) = 0;
};