a-ri-fucking mac

parent 6af5dfb0
......@@ -59,7 +59,6 @@ class QWebPageForMac : public QWebPage
Q_OBJECT
public:
QWebPageForMac(WebWin* &win);
~QWebPageForMac();
QString userAgentForUrl(const QUrl &url) const;
};
......@@ -68,11 +67,6 @@ QWebPageForMac::QWebPageForMac(WebWin* &win) : QWebPage(win)
}
QWebPageForMac::~QWebPageForMac() : ~QWebPage()
{
}
QString QWebPageForMac::userAgentForUrl(const QUrl &url) const
{
return "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.21 (KHTML, like Gecko) skylivex Safari/537.21";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment