Skip to content

Commit

Permalink
Fix compilation without QtWebKit
Browse files Browse the repository at this point in the history
 (cherry-picked from 04e02af)
  • Loading branch information
wonder-sk authored and elpaso committed Nov 15, 2016
1 parent 4c6be3a commit c72464b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/qgswebpage.h
Expand Up @@ -174,6 +174,10 @@ class CORE_EXPORT QWebPage : public QObject
return new QMenu();
}

void setForwardUnsupportedContent( bool )
{
}

signals:

public slots:
Expand Down

0 comments on commit c72464b

Please sign in to comment.