Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Export QgsWebPage/QWebPage symbols
  • Loading branch information
m-kuhn committed Jul 15, 2015
1 parent 388e404 commit 705b51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgswebpage.h
Expand Up @@ -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
Expand Down

0 comments on commit 705b51c

Please sign in to comment.