forked from qt-creator/qt-creator
Removed code duplication and unused methods in IFindSupport derivatives.
Change-Id: I6c76665c88f2d4678858081765e29a08566798b1 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
committed by
Eike Ziller
parent
8c2972be05
commit
c6703af8f9
@@ -46,11 +46,6 @@ HelpFindSupport::~HelpFindSupport()
|
||||
{
|
||||
}
|
||||
|
||||
bool HelpFindSupport::isEnabled() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Find::FindFlags HelpFindSupport::supportedFindFlags() const
|
||||
{
|
||||
return Find::FindBackward | Find::FindCaseSensitively;
|
||||
|
||||
Reference in New Issue
Block a user