diff options
| author | Michal Klocek <michal.klocek@qt.io> | 2018-05-11 15:41:50 +0200 |
|---|---|---|
| committer | Michal Klocek <michal.klocek@qt.io> | 2018-06-15 12:47:12 +0000 |
| commit | 01777e8fcb4ca2e16bfa05c914cfdbcccf132bc9 (patch) | |
| tree | aa08941647083a8185fb7c05acfd099fa492b1f2 /src/core/api/qwebengineregisterprotocolhandlerrequest.h | |
| parent | 2715088397641a85c1fb61d64bdb4c677713337f (diff) | |
Update export symbols for webenginecore module
Use own WEBENGINECORE_EXPORT define, mark most headers private
and use WEBENGINECORE_PRIVATE_EXPORT for it.
For sanity, add "WARNING" as for private headers even though they are
never installed.
Change-Id: I523d28c1d00217f48bc63dabf138dd3a7eb482d4
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/core/api/qwebengineregisterprotocolhandlerrequest.h')
| -rw-r--r-- | src/core/api/qwebengineregisterprotocolhandlerrequest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/api/qwebengineregisterprotocolhandlerrequest.h b/src/core/api/qwebengineregisterprotocolhandlerrequest.h index b3707bc59..12b1d6edf 100644 --- a/src/core/api/qwebengineregisterprotocolhandlerrequest.h +++ b/src/core/api/qwebengineregisterprotocolhandlerrequest.h @@ -51,7 +51,7 @@ class WebContentsDelegateQt; QT_BEGIN_NAMESPACE -class QWEBENGINE_EXPORT QWebEngineRegisterProtocolHandlerRequest { +class QWEBENGINECORE_EXPORT QWebEngineRegisterProtocolHandlerRequest { Q_GADGET Q_PROPERTY(QUrl origin READ origin CONSTANT FINAL) Q_PROPERTY(QString scheme READ scheme CONSTANT FINAL) |
