From 7e0191856b3c76517a2654183b52192713ff5770 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Thu, 22 Jun 2017 16:14:35 +0200 Subject: Executor: Do not convert error objects into strings 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 --- tests/auto/api/tst_api.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/api/tst_api.h') 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(); -- cgit v1.2.3