aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/allprojectsfind.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/allprojectsfind.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/allprojectsfind.h')
-rw-r--r--src/plugins/projectexplorer/allprojectsfind.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/allprojectsfind.h b/src/plugins/projectexplorer/allprojectsfind.h
index a00b6bd3da..8979eabb0d 100644
--- a/src/plugins/projectexplorer/allprojectsfind.h
+++ b/src/plugins/projectexplorer/allprojectsfind.h
@@ -63,6 +63,9 @@ public:
protected:
virtual QList<Project *> projects() const;
Utils::FileIterator *files() const;
+ QString label() const;
+ QString toolTip() const;
+
private:
ProjectExplorerPlugin *m_plugin;