forked from qt-creator/qt-creator
One method name slipped the naming convention displayName.
This commit is contained in:
@@ -57,7 +57,7 @@ QString FindInCurrentFile::id() const
|
||||
return "Current File";
|
||||
}
|
||||
|
||||
QString FindInCurrentFile::name() const
|
||||
QString FindInCurrentFile::displayName() const
|
||||
{
|
||||
return tr("Current File");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user