summaryrefslogtreecommitdiff
path: root/src/webtab/webview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webtab/webview.h')
-rw-r--r--src/webtab/webview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webtab/webview.h b/src/webtab/webview.h
index 161d8c65..9d3a16dc 100644
--- a/src/webtab/webview.h
+++ b/src/webtab/webview.h
@@ -70,7 +70,7 @@ public:
void setPage(WebPage *);
WebTab *parentTab();
-
+
void load(const QUrl &url);
void load(const QNetworkRequest &req,
QNetworkAccessManager::Operation op = QNetworkAccessManager::GetOperation,