summaryrefslogtreecommitdiffstats
path: root/src/core/api
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2016-04-05 14:42:03 +0200
committerKai Koehne <kai.koehne@qt.io>2016-04-19 14:42:49 +0000
commite46e76a8ffbfa87f488cd16f8720db1a5f3eed83 (patch)
tree71009b77964acb6470e73c28a98f87a65a216801 /src/core/api
parent7d172fcf39fa2a5d7d5202f20c599eb678f6cb58 (diff)
Add comments to new ResourceType enums
Task-number: QTBUG-51808 Change-Id: Ie612410b95cc13363bfca0b412deac3a7e65f687 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Diffstat (limited to 'src/core/api')
-rw-r--r--src/core/api/qwebengineurlrequestinfo.h4
1 files 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 <a ping>
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
};