Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 2.7.0
-
None
-
eb93ad3553908210e92a80a6d5711d34d66fbf54
Description
When trying to fix tst_profilewriter I'm running into trouble inside prowriter.cpp:
- change the lines (5)
ProFile *proFile = parser.parsedProBlock(QLatin1String(BASE_DIR "/test.pro"), input);
to
ProFile *proFile = parser.parsedProBlock(input, QLatin1String(BASE_DIR "/test.pro"));
to follow the expected order of arguments of parsedProBlock()
- recompile the tst_profilewriter and execute it
Current result:
- test runs into QList::at(-1) which crashes the test