summaryrefslogtreecommitdiffstats
path: root/src/core/net/custom_protocol_handler.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-03-28 15:45:44 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-04-01 07:29:47 +0000
commit225eb501768c2f4a12683c116281246a52eb568c (patch)
treed81ff06750400f2fdc1bfb37af71f86314faaba2 /src/core/net/custom_protocol_handler.h
parent21c196d1d90c42902555fd1604f273776972a3fa (diff)
Switch export macros to standard form
Qt expects the export macros to have Q_ prefixes, otherwise the symbol versioning script won't find them and mark them. Task-number: QTBUG-74752 Change-Id: I1e057802f6715d170bdd9074f281e73fb96c9e52 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/core/net/custom_protocol_handler.h')
-rw-r--r--src/core/net/custom_protocol_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/net/custom_protocol_handler.h b/src/core/net/custom_protocol_handler.h
index d5b512b03..7b189763c 100644
--- a/src/core/net/custom_protocol_handler.h
+++ b/src/core/net/custom_protocol_handler.h
@@ -71,7 +71,7 @@ class ProfileAdapter;
// Implements a ProtocolHandler for custom URL schemes.
// If |network_delegate_| is NULL then all file requests will fail with ERR_ACCESS_DENIED.
-class QWEBENGINECORE_PRIVATE_EXPORT CustomProtocolHandler : public net::URLRequestJobFactory::ProtocolHandler {
+class Q_WEBENGINECORE_PRIVATE_EXPORT CustomProtocolHandler : public net::URLRequestJobFactory::ProtocolHandler {
public:
CustomProtocolHandler(QPointer<ProfileAdapter> profileAdapter);