diff options
Diffstat (limited to 'src/plugins/projectexplorer/currentprojectfind.cpp')
-rw-r--r-- | src/plugins/projectexplorer/currentprojectfind.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/currentprojectfind.cpp b/src/plugins/projectexplorer/currentprojectfind.cpp index 7256a8603b..ef9ec44a9b 100644 --- a/src/plugins/projectexplorer/currentprojectfind.cpp +++ b/src/plugins/projectexplorer/currentprojectfind.cpp @@ -60,7 +60,7 @@ QString CurrentProjectFind::id() const return QLatin1String("Current Project"); } -QString CurrentProjectFind::name() const +QString CurrentProjectFind::displayName() const { return tr("Current Project"); } |