aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/currentprojectfind.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@nokia.com>2011-09-02 11:51:31 +0200
committerEike Ziller <eike.ziller@nokia.com>2011-09-06 17:05:22 +0200
commit0594887dea745d3583154a3a2c96a959845ae7f7 (patch)
tree45a5200a6bac998258730d11756b3f74fc4fe2c3 /src/plugins/projectexplorer/currentprojectfind.h
parent3fb2e7246e6f1daab2259130bdc362ba54b5055b (diff)
Move and cleanup search specific API to SearchResult class
Change-Id: I7e64701e8833ad38b9ac01d316bd00302602a390 Rubber-stamped-by: Daniel Teske Reviewed-on: http://codereview.qt.nokia.com/4179 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
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 a5bae10a87..1da22d9be6 100644
--- a/src/plugins/projectexplorer/currentprojectfind.h
+++ b/src/plugins/projectexplorer/currentprojectfind.h
@@ -51,7 +51,7 @@ class CurrentProjectFind : public AllProjectsFind
Q_OBJECT
public:
- CurrentProjectFind(ProjectExplorerPlugin *plugin, Find::SearchResultWindow *resultWindow);
+ CurrentProjectFind(ProjectExplorerPlugin *plugin);
QString id() const;
QString displayName() const;