Tests: Ensure valid project file

Change-Id: Iad22782fee5b330d145ab456c38ff0b9363f0fd2
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Stenger
2020-10-07 11:01:18 +02:00
parent 9dbda24bca
commit 05254bef15

View File

@@ -668,7 +668,7 @@ struct Check6 : Check
};
struct Profile
{
Profile(const QByteArray &contents) : contents(contents) {}
Profile(const QByteArray &contents) : contents(contents + '\n') {}
QByteArray includes;
QByteArray contents;