Skip to content

Commit c72464b

Browse files
wonder-skelpaso
authored andcommitted
Fix compilation without QtWebKit
(cherry-picked from 04e02af)
1 parent 4c6be3a commit c72464b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/core/qgswebpage.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ class CORE_EXPORT QWebPage : public QObject
174174
return new QMenu();
175175
}
176176

177+
void setForwardUnsupportedContent( bool )
178+
{
179+
}
180+
177181
signals:
178182

179183
public slots:

0 commit comments

Comments
 (0)