Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
We don't need to clear the page if we're visiting about:blank
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Mar 16, 2012
1 parent 5b57eee commit b3b1adf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Reset.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit b3b1adf

Please sign in to comment.