From e46e76a8ffbfa87f488cd16f8720db1a5f3eed83 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 5 Apr 2016 14:42:03 +0200 Subject: Add comments to new ResourceType enums Task-number: QTBUG-51808 Change-Id: Ie612410b95cc13363bfca0b412deac3a7e65f687 Reviewed-by: Allan Sandfeld Jensen --- src/core/api/qwebengineurlrequestinfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/api/qwebengineurlrequestinfo.h b/src/core/api/qwebengineurlrequestinfo.h index 34570b61f..d75ceabf6 100644 --- a/src/core/api/qwebengineurlrequestinfo.h +++ b/src/core/api/qwebengineurlrequestinfo.h @@ -73,8 +73,8 @@ public: ResourceTypeXhr, // a XMLHttpRequest ResourceTypePing, // a ping request for ResourceTypeServiceWorker, // the main resource of a service worker. - ResourceTypeCspReport, - ResourceTypePluginResource, + ResourceTypeCspReport, // Content Security Policy (CSP) violation report + ResourceTypePluginResource, // A resource requested by a plugin ResourceTypeUnknown }; -- cgit v1.2.3