mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
some & squishes missed in review
This commit is contained in:
parent
e7f21de0a1
commit
859f81cdd7
2 changed files with 2 additions and 2 deletions
|
@ -47,6 +47,6 @@ bool DataWebPage::acceptNavigationRequest(QWebFrame* frame, const QNetworkReques
|
|||
}
|
||||
}
|
||||
|
||||
QString DataWebPage::userAgentForUrl(const QUrl & url) const {
|
||||
QString DataWebPage::userAgentForUrl(const QUrl& url) const {
|
||||
return INTERFACE_USER_AGENT;
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@ public:
|
|||
protected:
|
||||
void javaScriptConsoleMessage(const QString & message, int lineNumber, const QString & sourceID);
|
||||
bool acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest& request, QWebPage::NavigationType type);
|
||||
virtual QString userAgentForUrl(const QUrl & url) const;
|
||||
virtual QString userAgentForUrl(const QUrl& url) const;
|
||||
};
|
||||
|
||||
#endif // hifi_DataWebPage_h
|
||||
|
|
Loading…
Reference in a new issue