From ab3ecbd3d32b33316554f534c81b486aa5854c5b Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 2 Jul 2011 14:57:21 +0200 Subject: clean up code --- src/webtab.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/webtab.cpp') 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); -- cgit v1.2.1