diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-05-21 12:05:48 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-05-21 12:05:48 +0200 |
commit | 78325dc56078f7991068eb7b2dbe0e25ab7dc924 (patch) | |
tree | 8c0e3f35567770cc5e5767811d5121e21b7209bf /src/findbar.cpp | |
parent | SVN_SILENT made messages (.desktop file) (diff) | |
download | rekonq-78325dc56078f7991068eb7b2dbe0e25ab7dc924.tar.xz |
inlined some of the most used get functions
to speed up a bit
Diffstat (limited to 'src/findbar.cpp')
-rw-r--r-- | src/findbar.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/findbar.cpp b/src/findbar.cpp index f89cde60..10b63186 100644 --- a/src/findbar.cpp +++ b/src/findbar.cpp @@ -126,12 +126,6 @@ FindBar::~FindBar() } -KLineEdit *FindBar::lineEdit() const -{ - return m_lineEdit; -} - - bool FindBar::matchCase() const { return m_matchCase->isChecked(); |