diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-07-02 14:57:21 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-07-11 12:52:53 +0200 |
commit | ab3ecbd3d32b33316554f534c81b486aa5854c5b (patch) | |
tree | e5c45b188e0122a61112372dfb86aa06f697780a /src/webtab.cpp | |
parent | Insert back notification bars in webtab layout (diff) | |
download | rekonq-ab3ecbd3d32b33316554f534c81b486aa5854c5b.tar.xz |
clean up code
Diffstat (limited to 'src/webtab.cpp')
-rw-r--r-- | src/webtab.cpp | 10 |
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); |