aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/find
diff options
context:
space:
mode:
authorDaniel Teske <[email protected]>2013-02-12 18:37:14 +0100
committerDavid Schulz <[email protected]>2013-02-13 13:48:35 +0100
commit4b807bb78aace31939aa5da12cfb6ab6084a473e (patch)
treee508612c462d851356d0db64418b820626d1a833 /src/plugins/find
parentea0d68f7d46c800319d3926360603c67652f4a8d (diff)
CurrentProjectFind: Correct enabled/disable logic
Task-number: QTCREATORBUG-8556 Change-Id: Ic542ac518656e2edf9c3cb17b2960238aa467a9d Reviewed-by: Daniel Teske <[email protected]> Reviewed-by: David Schulz <[email protected]>
Diffstat (limited to 'src/plugins/find')
-rw-r--r--src/plugins/find/searchresultwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/find/searchresultwindow.h b/src/plugins/find/searchresultwindow.h
index 57150324762..24bc7db97e3 100644
--- a/src/plugins/find/searchresultwindow.h
+++ b/src/plugins/find/searchresultwindow.h
@@ -116,6 +116,7 @@ signals:
void visibilityChanged(bool visible);
void countChanged(int count);
void searchAgainRequested();
+ void requestEnabledCheck();
private:
SearchResult(Internal::SearchResultWidget *widget);