From 36b5ff88b15d8793c64ad1a361ea0c28f9cbe169 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 23 Jul 2012 17:56:30 +0200 Subject: Coding style --- src/tabwindow/tabwindow.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tabwindow/tabwindow.h') diff --git a/src/tabwindow/tabwindow.h b/src/tabwindow/tabwindow.h index 147fac40..65746fe7 100644 --- a/src/tabwindow/tabwindow.h +++ b/src/tabwindow/tabwindow.h @@ -50,7 +50,7 @@ public: WebWindow* webWindow(int index) const; TabBar* tabBar() const; - + public Q_SLOTS: void loadUrlInNewTab(const QUrl &, TabHistory *history = 0); void newCleanTab(); @@ -65,7 +65,7 @@ private: * Prepares the new WebWindow to be open */ WebWindow *prepareNewTab(WebPage *page = 0); - + private Q_SLOTS: void tabTitleChanged(const QString &); @@ -84,7 +84,7 @@ private Q_SLOTS: void reloadTab(int index = -1); void reloadAllTabs(); void restoreClosedTab(int i); - + protected: virtual void resizeEvent(QResizeEvent *); -- cgit v1.2.1