Skip to content

Commit

Permalink
Fix compilation without QtWebKit
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Nov 14, 2016
1 parent ca7d428 commit 04e02af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/qgswebpage.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ class CORE_EXPORT QWebPage : public QObject
return new QMenu();
}

void setForwardUnsupportedContent( bool )
{
}

signals:

void loadFinished( bool ok );
Expand Down

1 comment on commit 04e02af

@elpaso
Copy link
Contributor

@elpaso elpaso commented on 04e02af Nov 15, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Backported to 2.14

Please sign in to comment.