Share some code between all projects and current projects find.

Also some const correctness.
This commit is contained in:
con
2010-10-11 10:23:30 +02:00
parent 4e7c07d97a
commit 38d3090a4a
9 changed files with 24 additions and 59 deletions

View File

@@ -62,7 +62,7 @@ QString FindInCurrentFile::displayName() const
return tr("Current File");
}
Utils::FileIterator *FindInCurrentFile::files()
Utils::FileIterator *FindInCurrentFile::files() const
{
QStringList fileList;
if (isEnabled())