We don't need to clear the page if we're visiting about:blank

This commit is contained in:
Joe Ferris 2012-03-16 18:54:04 -04:00
parent 5b57eee8c5
commit b3b1adf63f
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ void Reset::start(QStringList &arguments) {
Q_UNUSED(arguments);
page()->triggerAction(QWebPage::Stop);
page()->currentFrame()->setHtml("<html><body></body></html>");
page()->networkAccessManager()->setCookieJar(new NetworkCookieJar());
page()->setCustomNetworkAccessManager();
page()->setUserAgent(NULL);