Designer/CppTools: Fix flaky test_gotoslot_withoutProject

The document was not always updated in time.

Change-Id: Iac89985d39a8784e3cbf63dfd42b1c5150775068
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
Nikolai Kosjar
2013-11-13 14:31:50 +01:00
parent 8a1eed2c56
commit 36ce1dbb84
4 changed files with 27 additions and 7 deletions

View File

@@ -125,6 +125,9 @@ public:
QSharedPointer<SnapshotUpdater> snapshotUpdater();
/// Checks whether the document is (re)parsed or about to be (re)parsed.
bool isUpdatingDocument();
signals:
void documentUpdated();
void diagnosticsChanged();