aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/tst_api.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2016-08-29 13:29:17 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2016-08-30 14:56:08 +0000
commit22051b667cae25a3c42e98707fcd48538ba3b29e (patch)
treed7160da31b3c5663d6df500fbf32ff11a6588481 /tests/auto/api/tst_api.h
parentad39f4355c1c6f508d8179a9af14f002c3e8a198 (diff)
Recover from errors in referenced files when in relaxed mode
An error in anything but the top-level file should still load the project. This improves the experience of IDE users. Change-Id: I607d2c96c6f51ead840b7f50701c167796af7d42 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'tests/auto/api/tst_api.h')
-rw-r--r--tests/auto/api/tst_api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/api/tst_api.h b/tests/auto/api/tst_api.h
index 021e183b6..4e7f7add3 100644
--- a/tests/auto/api/tst_api.h
+++ b/tests/auto/api/tst_api.h
@@ -112,6 +112,8 @@ private slots:
void projectWithPropertiesItem();
void propertiesBlocks();
void rc();
+ void referencedFileErrors();
+ void referencedFileErrors_data();
void references();
void relaxedModeRecovery();
void removeFileDependency();