summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/currentprojectfind.h
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2010-07-12 12:06:15 +0200
committercon <qtc-committer@nokia.com>2010-07-12 16:17:31 +0200
commit8c920ee089605f7cd8d5face29d9a2e491f5eaca (patch)
tree2fe2bd7577612c4c40143cee98f0d314b2329fb2 /src/plugins/projectexplorer/currentprojectfind.h
parented38d62c9e42b6bcfaf217f754a9460cb6eeaadc (diff)
downloadqt-creator-8c920ee089605f7cd8d5face29d9a2e491f5eaca.tar.gz
One method name slipped the naming convention displayName.
Diffstat (limited to 'src/plugins/projectexplorer/currentprojectfind.h')
-rw-r--r--src/plugins/projectexplorer/currentprojectfind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/currentprojectfind.h b/src/plugins/projectexplorer/currentprojectfind.h
index 2e98e49e1b..5ee35a83c8 100644
--- a/src/plugins/projectexplorer/currentprojectfind.h
+++ b/src/plugins/projectexplorer/currentprojectfind.h
@@ -54,7 +54,7 @@ public:
CurrentProjectFind(ProjectExplorerPlugin *plugin, Find::SearchResultWindow *resultWindow);
QString id() const;
- QString name() const;
+ QString displayName() const;
bool isEnabled() const;
QKeySequence defaultShortcut() const;