summaryrefslogtreecommitdiff
path: root/src/urlpanel.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-02-25 00:19:27 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-02-25 00:19:27 +0100
commit9d20e99fffeebe67fd8ff27cb4f9e353892f5190 (patch)
tree23462fac2e862a2f408a26f94ab024c4174c3458 /src/urlpanel.h
parentrekonq 0.6.82 (diff)
downloadrekonq-9d20e99fffeebe67fd8ff27cb4f9e353892f5190.tar.xz
Coding style
Diffstat (limited to 'src/urlpanel.h')
-rw-r--r--src/urlpanel.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/urlpanel.h b/src/urlpanel.h
index 3fa83eac..1f53bc1e 100644
--- a/src/urlpanel.h
+++ b/src/urlpanel.h
@@ -60,7 +60,10 @@ protected:
virtual void setup();
virtual QAbstractItemModel* model() = 0;
- PanelTreeView* panelTreeView() const {return _treeView;}
+ PanelTreeView* panelTreeView() const
+ {
+ return _treeView;
+ }
protected Q_SLOTS:
virtual void contextMenuItem(const QPoint &pos) = 0;