aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/currentprojectfind.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@nokia.com>2011-12-13 10:50:57 +0100
committerEike Ziller <eike.ziller@nokia.com>2011-12-19 12:07:05 +0100
commit2538f8001c9fc2809d4179c1f06082632c24f9e0 (patch)
treed1c200e22d016366a6f8307b13efd578c755f605 /src/plugins/projectexplorer/currentprojectfind.h
parente1c388f1d2adfe09ea65f9bf3966256ef15e5fe8 (diff)
Implement "Search Again" for file/text searches
Task-number: QTCREATORBUG-621 Change-Id: I6fb7df3d943353497b73b9813684ae973b708913 Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
Diffstat (limited to 'src/plugins/projectexplorer/currentprojectfind.h')
-rw-r--r--src/plugins/projectexplorer/currentprojectfind.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/currentprojectfind.h b/src/plugins/projectexplorer/currentprojectfind.h
index 5e276b54ba..35477d16da 100644
--- a/src/plugins/projectexplorer/currentprojectfind.h
+++ b/src/plugins/projectexplorer/currentprojectfind.h
@@ -62,7 +62,9 @@ public:
void readSettings(QSettings *settings);
protected:
- QList<Project *> projects() const;
+ Utils::FileIterator *files(const QStringList &nameFilters,
+ const QVariant &additionalParameters) const;
+ QVariant additionalParameters() const;
QString label() const;
private: