diff options
author | Konstantin Tokarev <annulen@yandex.ru> | 2012-05-05 14:47:08 +0400 |
---|---|---|
committer | Eike Ziller <eike.ziller@nokia.com> | 2012-05-07 08:36:27 +0200 |
commit | c6703af8f9d49908d1a5b84cfebf1c33ce32b40a (patch) | |
tree | 52e88f0626a3c6708bfbc71f9b7d7680246fa572 /src/plugins/help/helpfindsupport.cpp | |
parent | 8c2972be05b311fcbbd3c4ad5f1947bdbfb56b52 (diff) | |
download | qt-creator-c6703af8f9d49908d1a5b84cfebf1c33ce32b40a.tar.gz |
Removed code duplication and unused methods in IFindSupport derivatives.
Change-Id: I6c76665c88f2d4678858081765e29a08566798b1
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'src/plugins/help/helpfindsupport.cpp')
-rw-r--r-- | src/plugins/help/helpfindsupport.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/help/helpfindsupport.cpp b/src/plugins/help/helpfindsupport.cpp index 7fa1a92790..f2c1f191b0 100644 --- a/src/plugins/help/helpfindsupport.cpp +++ b/src/plugins/help/helpfindsupport.cpp @@ -46,11 +46,6 @@ HelpFindSupport::~HelpFindSupport() { } -bool HelpFindSupport::isEnabled() const -{ - return true; -} - Find::FindFlags HelpFindSupport::supportedFindFlags() const { return Find::FindBackward | Find::FindCaseSensitively; |