diff options
Diffstat (limited to 'common/resultset.h')
-rw-r--r-- | common/resultset.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/resultset.h b/common/resultset.h index a888177..746b94b 100644 --- a/common/resultset.h +++ b/common/resultset.h | |||
@@ -70,6 +70,9 @@ class ResultSet { | |||
70 | } | 70 | } |
71 | return mIt != mResultSet.constEnd(); | 71 | return mIt != mResultSet.constEnd(); |
72 | } | 72 | } |
73 | if (!mCurrentValue.isNull()) { | ||
74 | return true; | ||
75 | } | ||
73 | return false; | 76 | return false; |
74 | } | 77 | } |
75 | 78 | ||