One method name slipped the naming convention displayName.

This commit is contained in:
con
2010-07-12 12:06:15 +02:00
parent ed38d62c9e
commit 8c920ee089
11 changed files with 11 additions and 11 deletions

View File

@@ -57,7 +57,7 @@ QString FindInCurrentFile::id() const
return "Current File";
}
QString FindInCurrentFile::name() const
QString FindInCurrentFile::displayName() const
{
return tr("Current File");
}