summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/currentprojectfind.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@nokia.com>2011-12-14 15:55:05 +0100
committerEike Ziller <eike.ziller@nokia.com>2011-12-20 12:03:50 +0100
commit26d8b8753c365899415e8c3acc42ead5deeef260 (patch)
treefa062a350d3c70ff9389367b0c70587f4bf4dcc2 /src/plugins/projectexplorer/currentprojectfind.h
parent2cb7c6adcfd536f4926f9fe0a7db64373a4ccd3b (diff)
downloadqt-creator-26d8b8753c365899415e8c3acc42ead5deeef260.tar.gz
Disable "Search Again" if file filter is disabled.
For example disabled it for "All Projects" searches when all projects are closed. Change-Id: Icc65a87577ba51f4362791dc8ecdca3c92819553 Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
Diffstat (limited to 'src/plugins/projectexplorer/currentprojectfind.h')
-rw-r--r--src/plugins/projectexplorer/currentprojectfind.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/currentprojectfind.h b/src/plugins/projectexplorer/currentprojectfind.h
index 35477d16da..e64dfa274b 100644
--- a/src/plugins/projectexplorer/currentprojectfind.h
+++ b/src/plugins/projectexplorer/currentprojectfind.h
@@ -67,6 +67,9 @@ protected:
QVariant additionalParameters() const;
QString label() const;
+private slots:
+ void handleProjectChanged();
+
private:
ProjectExplorerPlugin *m_plugin;
};