aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/tst_api.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-06-22 16:14:35 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2017-06-22 15:05:48 +0000
commit7e0191856b3c76517a2654183b52192713ff5770 (patch)
treebbad0dd36d552f572d9faade7350dae8736f3f34 /tests/auto/api/tst_api.h
parent59bbb6ffe0a4529b7a87538550b63bb63563613b (diff)
Executor: Do not convert error objects into stringsv1.8.1
Command line users do not see a difference, but for IDE users it is important that we keep error message and code location separate in the ErrorInfo objects we hand out via the API. Task-number: QBS-1151 Change-Id: I4aacf2f32ee535c2d37da3d615ab78e2777a351a Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/api/tst_api.h')
-rw-r--r--tests/auto/api/tst_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/api/tst_api.h b/tests/auto/api/tst_api.h
index c7e4c0670..c78229779 100644
--- a/tests/auto/api/tst_api.h
+++ b/tests/auto/api/tst_api.h
@@ -59,6 +59,7 @@ private slots:
void addQObjectMacroToCppFile();
void addedFilePersistent();
void baseProperties();
+ void buildErrorCodeLocation();
void buildGraphLocking();
void buildProject();
void buildProject_data();