diff --git a/private/storage.cpp b/private/storage.cpp index 3bd9ccf76..835cfe279 100644 --- a/private/storage.cpp +++ b/private/storage.cpp @@ -151,6 +151,7 @@ void StorageJob::start() QHashIterator it(m_data); while (it.hasNext()) { + it.next(); query.bindValue(":id", it.key()); query.bindValue(":datavalue", it.value()); if (!query.exec()) {