Find dialog doesn't remember last selected scope.

Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
This commit is contained in:
con
2009-04-03 15:53:29 +02:00
parent f442fd6e55
commit cd14b9f197
9 changed files with 38 additions and 4 deletions

View File

@@ -45,6 +45,11 @@ FindInFiles::FindInFiles(SearchResultWindow *resultWindow)
{
}
QString FindInFiles::id() const
{
return "Files on Disk";
}
QString FindInFiles::name() const
{
return tr("Files on Disk");