aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/currentprojectfind.h
diff options
context:
space:
mode:
authorDaniel Teske <daniel.teske@digia.com>2013-02-12 18:37:14 +0100
committerDavid Schulz <david.schulz@digia.com>2013-02-13 13:48:35 +0100
commit4b807bb78aace31939aa5da12cfb6ab6084a473e (patch)
treee508612c462d851356d0db64418b820626d1a833 /src/plugins/projectexplorer/currentprojectfind.h
parentea0d68f7d46c800319d3926360603c67652f4a8d (diff)
CurrentProjectFind: Correct enabled/disable logic
Task-number: QTCREATORBUG-8556 Change-Id: Ic542ac518656e2edf9c3cb17b2960238aa467a9d Reviewed-by: Daniel Teske <daniel.teske@digia.com> Reviewed-by: David Schulz <david.schulz@digia.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 44d4d65b6b..28c006018b 100644
--- a/src/plugins/projectexplorer/currentprojectfind.h
+++ b/src/plugins/projectexplorer/currentprojectfind.h
@@ -66,6 +66,7 @@ protected:
private slots:
void handleProjectChanged();
+ void recheckEnabled();
private:
ProjectExplorerPlugin *m_plugin;