fix for older versions of Qt

This commit is contained in:
Vadim Kurland
2010-02-21 20:16:01 +00:00
parent 4ce2baebe0
commit 7b71ab2021
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
#define BUILD_NUM 2592
#define BUILD_NUM 2595
+1 -1
View File
@@ -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("");