forked from qt-creator/qt-creator
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:
committed by
con
parent
e2297e4cbd
commit
d3b58c2db3
@@ -74,6 +74,9 @@ public:
|
||||
static Aggregate *parentAggregate(QObject *obj);
|
||||
static QReadWriteLock &lock();
|
||||
|
||||
signals:
|
||||
void changed();
|
||||
|
||||
private slots:
|
||||
void deleteSelf(QObject *obj);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user