Export QgsWebPage/QWebPage symbols

This commit is contained in:
Matthias Kuhn 2015-07-15 08:46:56 +02:00
parent 388e4047a7
commit 705b51c9f8

View File

@ -96,7 +96,7 @@ class CORE_EXPORT QWebSettings : public QObject
* @brief The QWebPage class is a collection of stubs to mimic the API of a QWebPage on systems
* where QtWebkit is not available.
*/
class QWebPage : public QObject
class CORE_EXPORT QWebPage : public QObject
{
/// @cond
Q_OBJECT