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>
This commit is contained in:
Nicolas Arnaud-Cormos
2010-05-17 09:58:36 +02:00
committed by con
parent e2297e4cbd
commit d3b58c2db3
4 changed files with 68 additions and 17 deletions

View File

@@ -74,6 +74,9 @@ public:
static Aggregate *parentAggregate(QObject *obj);
static QReadWriteLock &lock();
signals:
void changed();
private slots:
void deleteSelf(QObject *obj);