Skip to content

Commit

Permalink
Fix build when QWebKit not available
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 1, 2017
1 parent 60e2b1b commit aec3e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsabout.cpp
Expand Up @@ -65,7 +65,7 @@ void QgsAbout::init()
developersMapView->page()->setLinkDelegationPolicy( QWebPage::DelegateAllLinks );
developersMapView->setContextMenuPolicy( Qt::NoContextMenu );

connect( developersMapView, &QWebView::linkClicked, this, &QgsAbout::openUrl );
connect( developersMapView, &QgsWebView::linkClicked, this, &QgsAbout::openUrl );

// set the 60x60 icon pixmap
qgisIcon->setPixmap( QPixmap( QgsApplication::appIconPath() ) );
Expand Down

0 comments on commit aec3e15

Please sign in to comment.