aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/find/currentdocumentfind.h
diff options
context:
space:
mode:
authorNicolas Arnaud-Cormos <nicolas@kdab.com>2010-05-17 09:58:36 +0200
committercon <qtc-committer@nokia.com>2010-05-17 10:37:01 +0200
commitd3b58c2db3aa305dc4173c4d2cc949ac66ad5e0c (patch)
tree3a6987e5fc940ff86001fd764415c0e9a4cbaa7f /src/plugins/find/currentdocumentfind.h
parente2297e4cbda240e899a1a79e10ad0e2d4cbe1886 (diff)
Add a changed signal in Aggregation
Use it to change the find and candidate find object in CurrentDocumentFind: this will allow to replace the IFindSupport object used. Merge-request: 115 Reviewed-by: con <qtc-committer@nokia.com>
Diffstat (limited to 'src/plugins/find/currentdocumentfind.h')
-rw-r--r--src/plugins/find/currentdocumentfind.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/find/currentdocumentfind.h b/src/plugins/find/currentdocumentfind.h
index 6e3def7791..f104ef5f4b 100644
--- a/src/plugins/find/currentdocumentfind.h
+++ b/src/plugins/find/currentdocumentfind.h
@@ -75,7 +75,9 @@ signals:
private slots:
void updateCandidateFindFilter(QWidget *old, QWidget *now);
- void findSupportDestroyed();
+ void clearFindSupport();
+ void aggregationChanged();
+ void candidateAggregationChanged();
private:
void removeFindSupportConnections();