mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 16:23:39 +02:00
fix typo in comment
This commit is contained in:
parent
75ecdd2f68
commit
9f3d908d9f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ DataWebDialog::DataWebDialog() {
|
|||
// use an OAuthNetworkAccessManager instead of regular QNetworkAccessManager so our requests are authed
|
||||
page()->setNetworkAccessManager(OAuthNetworkAccessManager::getInstance());
|
||||
|
||||
// have the page delete external links so they can be captured by the Application in case they are a hifi link
|
||||
// have the page delegate external links so they can be captured by the Application in case they are a hifi link
|
||||
page()->setLinkDelegationPolicy(QWebPage::DelegateExternalLinks);
|
||||
|
||||
// have the Application handle external links
|
||||
|
|
Loading…
Reference in a new issue