Skip to content

Commit 705b51c

Browse files
committedJul 15, 2015
Export QgsWebPage/QWebPage symbols
1 parent 388e404 commit 705b51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgswebpage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class CORE_EXPORT QWebSettings : public QObject
9696
* @brief The QWebPage class is a collection of stubs to mimic the API of a QWebPage on systems
9797
* where QtWebkit is not available.
9898
*/
99-
class QWebPage : public QObject
99+
class CORE_EXPORT QWebPage : public QObject
100100
{
101101
/// @cond
102102
Q_OBJECT

0 commit comments

Comments
 (0)
Please sign in to comment.