From 9d20e99fffeebe67fd8ff27cb4f9e353892f5190 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 25 Feb 2011 00:19:27 +0100 Subject: Coding style --- src/webtab.h | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'src/webtab.h') diff --git a/src/webtab.h b/src/webtab.h index 638e4897..092d6ce9 100644 --- a/src/webtab.h +++ b/src/webtab.h @@ -58,10 +58,22 @@ public: explicit WebTab(QWidget *parent = 0); ~WebTab(); - inline WebView *view() const { return m_webView; } - UrlBar *urlBar() const { return m_urlBar; } - inline WebPage *page() const { return view()->page(); } - inline int progress() const { return m_progress; } + inline WebView *view() const + { + return m_webView; + } + UrlBar *urlBar() const + { + return m_urlBar; + } + inline WebPage *page() const + { + return view()->page(); + } + inline int progress() const + { + return m_progress; + } KUrl url(); void createPreviewSelectorBar(int index); @@ -72,7 +84,10 @@ public: bool isPageLoading(); bool hasNewSearchEngine(); - KParts::ReadOnlyPart *part() { return m_part; } + KParts::ReadOnlyPart *part() + { + return m_part; + } void setPart(KParts::ReadOnlyPart *p, const KUrl &u); private Q_SLOTS: -- cgit v1.2.1