aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/currentprojectfind.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@nokia.com>2011-09-07 20:28:04 +0200
committerEike Ziller <eike.ziller@nokia.com>2011-09-13 15:37:37 +0200
commit5990b039e89a41423b1b6acf40936aa8ba83f4f7 (patch)
treec9117db42422236d986693bc5edcc593e301b277 /src/plugins/projectexplorer/currentprojectfind.h
parentd298cffeb0202c2c7fad2b76345e34a12e9823d2 (diff)
Show more info about a search and move UI for replacing
Change-Id: I6e024583c0d778a65007eb4590118c4329b2118a Reviewed-on: http://codereview.qt-project.org/4554 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'src/plugins/projectexplorer/currentprojectfind.h')
-rw-r--r--src/plugins/projectexplorer/currentprojectfind.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/currentprojectfind.h b/src/plugins/projectexplorer/currentprojectfind.h
index 1da22d9be6..3759697c9b 100644
--- a/src/plugins/projectexplorer/currentprojectfind.h
+++ b/src/plugins/projectexplorer/currentprojectfind.h
@@ -63,6 +63,7 @@ public:
protected:
QList<Project *> projects() const;
+ QString label() const;
private:
ProjectExplorerPlugin *m_plugin;