diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-13 02:53:09 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-13 02:53:09 +0200 |
commit | c3ea9c72d826d2aee7c44fc7d7014beb0324cc00 (patch) | |
tree | 7c3096eae5e2994df046bd9d3d4e6e4e660dfded /src/mainview.cpp | |
parent | Merge commit 'refs/merge-requests/1757' of git://gitorious.org/rekonq/mainline (diff) | |
download | rekonq-c3ea9c72d826d2aee7c44fc7d7014beb0324cc00.tar.xz |
Actions reorganization. Now we can configure all them :)
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index 3c78a0f6..ba7b720e 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -107,8 +107,8 @@ MainView::~MainView() } -TabBar *MainView::tabBar() const -{ +TabBar *MainView::tabBar() const +{ return m_tabBar; } |