From 225eb501768c2f4a12683c116281246a52eb568c Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Thu, 28 Mar 2019 15:45:44 +0100 Subject: 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 Reviewed-by: Kai Koehne --- src/core/profile_adapter_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/profile_adapter_client.h') diff --git a/src/core/profile_adapter_client.h b/src/core/profile_adapter_client.h index 8ee9d240e..b463043da 100644 --- a/src/core/profile_adapter_client.h +++ b/src/core/profile_adapter_client.h @@ -61,7 +61,7 @@ namespace QtWebEngineCore { class WebContentsAdapterClient; class UserNotificationController; -class QWEBENGINECORE_PRIVATE_EXPORT ProfileAdapterClient +class Q_WEBENGINECORE_PRIVATE_EXPORT ProfileAdapterClient { public: // Keep in sync with content::DownloadItem::DownloadState -- cgit v1.2.3