[telepathy-qt4/master] KeyFile: Changed Q_FOREACH to foreach.
Andre Moreira Magalhaes (andrunko)
andre.magalhaes at collabora.co.uk
Thu Jun 18 08:17:04 PDT 2009
---
TelepathyQt4/key-file.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/TelepathyQt4/key-file.cpp b/TelepathyQt4/key-file.cpp
index 09062e0..477da05 100644
--- a/TelepathyQt4/key-file.cpp
+++ b/TelepathyQt4/key-file.cpp
@@ -295,7 +295,7 @@ bool KeyFile::Private::unescapeStringList(const QByteArray &data, int from, int
}
}
- Q_FOREACH (value, valueList) {
+ foreach (value, valueList) {
QString str;
if (!unescapeString(value, 0, value.size(), str)) {
return false;
--
1.5.6.5
More information about the telepathy-commits
mailing list