| 84 | } |
| 85 | |
| 86 | QString ProjectFileData::htmlDescription() const |
| 87 | { |
| 88 | return |
| 89 | QLatin1String("<small><small>") + |
| 90 | i18nc("%1: project name", "Project %1", project()) + |
| 91 | QLatin1String("</small></small>"); |
| 92 | } |
| 93 | |
| 94 | bool ProjectFileData::execute(QString& filterText) |
| 95 | { |