summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/expr/qevaluationcache_tpl_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/expr/qevaluationcache_tpl_p.h')
-rw-r--r--src/xmlpatterns/expr/qevaluationcache_tpl_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/expr/qevaluationcache_tpl_p.h b/src/xmlpatterns/expr/qevaluationcache_tpl_p.h
index d269517..26f53b5 100644
--- a/src/xmlpatterns/expr/qevaluationcache_tpl_p.h
+++ b/src/xmlpatterns/expr/qevaluationcache_tpl_p.h
@@ -141,7 +141,7 @@ Item::Iterator::Ptr EvaluationCache<IsForGlobal>::evaluateSequence(const Dynamic
cell.inUse = true;
cell.sourceIterator = m_operand->evaluateSequence(IsForGlobal ? topFocusContext(context) : context);
cell.cacheState = ItemSequenceCacheCell::PartiallyPopulated;
- /* Fallthrough. */
+ Q_FALLTHROUGH();
}
case ItemSequenceCacheCell::PartiallyPopulated:
{