Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204839
b: refs/heads/master
c: c1f96f0
h: refs/heads/master
i:
  204837: c2c916f
  204835: 893c5f3
  204831: ccdd169
v: v3
  • Loading branch information
Li Zefan authored and Michal Marek committed Jun 2, 2010
1 parent ef8d9fc commit 40f5054
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c10d03caf303d91da07c7f093a4822453c13f9b1
refs/heads/master: c1f96f091ee146836dd73ecce531f8e0a170cfca
9 changes: 4 additions & 5 deletions trunk/scripts/kconfig/qconf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,10 @@ QValueList<int> ConfigSettings::readSizes(const QString& key, bool *ok)
{
QValueList<int> result;
QStringList entryList = readListEntry(key, ok);
if (ok) {
QStringList::Iterator it;
for (it = entryList.begin(); it != entryList.end(); ++it)
result.push_back((*it).toInt());
}
QStringList::Iterator it;

for (it = entryList.begin(); it != entryList.end(); ++it)
result.push_back((*it).toInt());

return result;
}
Expand Down

0 comments on commit 40f5054

Please sign in to comment.