summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r--src/mainview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp
index c4ab5e0a..9f5b433e 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -318,7 +318,7 @@ WebTab *MainView::webTab(int index) const
WebTab *MainView::newWebTab(bool focused, bool nearParent)
{
- WebTab* webTab=new WebTab(this);
+ WebTab* webTab = new WebTab(this);
// connecting webview with mainview
connect(webTab->view(), SIGNAL(loadStarted()), this, SLOT(webViewLoadStarted()));