aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/currentprojectfind.h
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2009-04-03 15:53:29 +0200
committercon <qtc-committer@nokia.com>2009-04-03 15:53:51 +0200
commitcd14b9f197653a8b81a2cbd98b638abc7677844b (patch)
treec2e0c1469f03ff542adbd41ed810905b5c4c8d55 /src/plugins/projectexplorer/currentprojectfind.h
parentf442fd6e55d9367c639b6b7c545e6bd76c68ac06 (diff)
Find dialog doesn't remember last selected scope.
Reviewed-by: Daniel Molkentin <daniel.molkentin@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 e9cc264bfd..e24b6490a3 100644
--- a/src/plugins/projectexplorer/currentprojectfind.h
+++ b/src/plugins/projectexplorer/currentprojectfind.h
@@ -48,6 +48,7 @@ class CurrentProjectFind : public TextEditor::BaseFileFind
public:
CurrentProjectFind(ProjectExplorerPlugin *plugin, Find::SearchResultWindow *resultWindow);
+ QString id() const;
QString name() const;
bool isEnabled() const;