diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-25 00:05:16 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-25 00:05:16 +0200 |
commit | fca022bc0c708f82871850eaab94839c37c2013f (patch) | |
tree | 5feffee3a6a645b08a7e03c0136a8523677d38aa /src/mainwindow.h | |
parent | Initial kdewebkit porting. STEP 1 DONE (diff) | |
download | rekonq-fca022bc0c708f82871850eaab94839c37c2013f.tar.xz |
no inline functions, as suggested
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 61d8f27b..a4574612 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -73,10 +73,7 @@ private: void setupHistoryMenu(); void setupToolBars(); void setupSidePanel(); - SidePanel *sidePanel() - { - return m_sidePanel; - } + SidePanel *sidePanel(); public slots: void slotHome(); |