summaryrefslogtreecommitdiff
path: root/src/webtab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webtab.cpp')
-rw-r--r--src/webtab.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/webtab.cpp b/src/webtab.cpp
index 1493725b..578bf2a8 100644
--- a/src/webtab.cpp
+++ b/src/webtab.cpp
@@ -58,11 +58,11 @@
WebTab::WebTab(QWidget *parent)
- : QWidget(parent)
- , m_webView(new WebView(this))
- , m_urlBar(new UrlBar(this))
- , m_progress(0)
- , m_part(0)
+ : QWidget(parent)
+ , m_webView(new WebView(this))
+ , m_urlBar(new UrlBar(this))
+ , m_progress(0)
+ , m_part(0)
{
setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);