summaryrefslogtreecommitdiffstats
path: root/common/resultset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/resultset.cpp')
-rw-r--r--common/resultset.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/resultset.cpp b/common/resultset.cpp
index 51914e9..c3ed5f6 100644
--- a/common/resultset.cpp
+++ b/common/resultset.cpp
@@ -65,6 +65,7 @@ ResultSet::ResultSet(const ResultSet &other) : mResultSet(other.mResultSet), mIt
65 65
66bool ResultSet::next() 66bool ResultSet::next()
67{ 67{
68 Q_ASSERT(!mValueGenerator);
68 if (mIt) { 69 if (mIt) {
69 if (mIt != mResultSet.constEnd() && !mFirst) { 70 if (mIt != mResultSet.constEnd() && !mFirst) {
70 mIt++; 71 mIt++;