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