mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-13 00:19:55 +02:00
fix for older versions of Qt
This commit is contained in:
@@ -90,7 +90,7 @@ void RCSTest::verifyRevisions()
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
QStringList comment;
|
QStringList comment;
|
||||||
for (int i = 2; i< lines.length(); i++)
|
for (int i = 2; i< lines.size(); i++)
|
||||||
comment.append(lines.at(i));
|
comment.append(lines.at(i));
|
||||||
Revision rev;
|
Revision rev;
|
||||||
rev.log = comment.join("");
|
rev.log = comment.join("");
|
||||||
|
|||||||
Reference in New Issue
Block a user