]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/interceptors/UrlRequestInterceptor.cpp
Rename Local Storage to DOM Storage. https://redmine.stoutner.com/issues/852
[PrivacyBrowserPC.git] / src / interceptors / UrlRequestInterceptor.cpp
index 2b9bd053e8c0da3c31b7a3c2bb7f5d59a93cd286..d4059285576e1c469ac76178fb50fcb912073e4a 100644 (file)
@@ -20,7 +20,7 @@
 // Application headers.
 #include "UrlRequestInterceptor.h"
 
-// The default constructor.
+// Construct the class.
 UrlRequestInterceptor::UrlRequestInterceptor(QObject *parentObjectPointer) : QWebEngineUrlRequestInterceptor(parentObjectPointer) {}
 
 void UrlRequestInterceptor::interceptRequest(QWebEngineUrlRequestInfo &urlRequestInfo)