Skip to content

Commit 04e02af

Browse files
committedNov 14, 2016
Fix compilation without QtWebKit
1 parent ca7d428 commit 04e02af

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
@@ -181,6 +181,10 @@ class CORE_EXPORT QWebPage : public QObject
181181
return new QMenu();
182182
}
183183

184+
void setForwardUnsupportedContent( bool )
185+
{
186+
}
187+
184188
signals:
185189

186190
void loadFinished( bool ok );

1 commit comments

Comments
 (1)

elpaso commented on Nov 15, 2016

@elpaso
Contributor

Backported to 2.14

Please sign in to comment.