summaryrefslogtreecommitdiffstats
path: root/src/core/api
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/api')
-rw-r--r--src/core/api/qwebenginecookiestoreclient.h2
-rw-r--r--src/core/api/qwebengineurlrequestinterceptor.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/core/api/qwebenginecookiestoreclient.h b/src/core/api/qwebenginecookiestoreclient.h
index 929584c86..5dae3bf59 100644
--- a/src/core/api/qwebenginecookiestoreclient.h
+++ b/src/core/api/qwebenginecookiestoreclient.h
@@ -80,7 +80,7 @@ Q_SIGNALS:
private:
friend class QtWebEngineCore::CookieMonsterDelegateQt;
-
+ Q_DISABLE_COPY(QWebEngineCookieStoreClient)
Q_DECLARE_PRIVATE(QWebEngineCookieStoreClient)
QScopedPointer<QWebEngineCookieStoreClientPrivate> d_ptr;
};
diff --git a/src/core/api/qwebengineurlrequestinterceptor.h b/src/core/api/qwebengineurlrequestinterceptor.h
index 3eac74bb6..72f3452d0 100644
--- a/src/core/api/qwebengineurlrequestinterceptor.h
+++ b/src/core/api/qwebengineurlrequestinterceptor.h
@@ -50,6 +50,7 @@ QT_BEGIN_NAMESPACE
class QWEBENGINE_EXPORT QWebEngineUrlRequestInterceptor : public QObject
{
Q_OBJECT
+ Q_DISABLE_COPY(QWebEngineUrlRequestInterceptor)
public:
explicit QWebEngineUrlRequestInterceptor(QObject *p = 0)
: QObject (p)