mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 15:23:56 +02:00
Add missing include to DataWebPage
This commit is contained in:
parent
47e63719ee
commit
235b5d77ae
1 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
#include <qnetworkrequest.h>
|
||||
|
||||
#include "Application.h"
|
||||
#include <AddressManager.h>
|
||||
#include <OAuthNetworkAccessManager.h>
|
||||
|
||||
|
@ -21,7 +22,7 @@ DataWebPage::DataWebPage(QObject* parent) :
|
|||
{
|
||||
// use an OAuthNetworkAccessManager instead of regular QNetworkAccessManager so our requests are authed
|
||||
setNetworkAccessManager(OAuthNetworkAccessManager::getInstance());
|
||||
|
||||
|
||||
// give the page an empty stylesheet
|
||||
settings()->setUserStyleSheetUrl(QUrl());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue