Debugger: Split a long line

Change-Id: If791d45c59e4aadce0c46886e238955891b27a49
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2017-04-25 12:53:44 +02:00
parent 56e1749599
commit 1a4531dffd
+2 -1
View File
@@ -6717,7 +6717,8 @@ void tst_Dumpers::dumper_data()
<< Data("typedef int (*FP)(int *); \n"
"int func(int *param) { unused(param); return 0; } \n",
"FP fps[5]; fps[0] = func; fps[0](0); unused(&fps);\n")
+ RequiredMessage("Searching for type int (*)(int *) across all target modules, this could be very slow")
+ RequiredMessage("Searching for type int (*)(int *) across all target "
"modules, this could be very slow")
+ LldbEngine;
QTest::newRow("Sql")