Commit 71b0022d authored by Andras Becsi's avatar Andras Becsi Committed by Jani Heikkinen
Browse files

Fix msvc linking issues caused by wrong export macro


Use the correct export macro QWEBENGINEWIDGETS_EXPORT for widget API.

Change-Id: I1fe61008938522548fe84936fd97e0458ada3104
Reviewed-by: default avatarSimon Hausmann <simon.hausmann@theqtcompany.com>
parent a7be9e73
Branches
Tags
No related merge requests found
Showing with 3 additions and 3 deletions
......@@ -37,7 +37,7 @@
#ifndef QWEBENGINESCRIPTCOLLECTION_H
#define QWEBENGINESCRIPTCOLLECTION_H
#include "qtwebengineglobal.h"
#include "qtwebenginewidgetsglobal.h"
#include "qwebenginescript.h"
#include <QtCore/QScopedPointer>
......@@ -47,7 +47,7 @@
QT_BEGIN_NAMESPACE
class QWebEngineScriptCollectionPrivate;
class Q_WEBENGINE_EXPORT QWebEngineScriptCollection {
class QWEBENGINEWIDGETS_EXPORT QWebEngineScriptCollection {
public:
~QWebEngineScriptCollection();
bool isEmpty() const { return !count(); }
......
......@@ -37,7 +37,7 @@
#ifndef QWEBENGINESCRIPTCOLLECTION_P_H
#define QWEBENGINESCRIPTCOLLECTION_P_H
#include "qtwebengineglobal.h"
#include "qtwebenginewidgetsglobal.h"
#include "qwebenginescript.h"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment