649void QtPrivate::warnSynthesizedIterableAccess(QtPrivate::SynthesizedAccessFunction function)
652 case QtPrivate::SynthesizedAccessFunction::IterableSize:
653 qCWarning(lcSynthesizedIterableAccess,
654 "size() called on an iterable without native size accessor. This is slow");
656 case QtPrivate::SynthesizedAccessFunction::SequenceAt:
657 qCWarning(lcSynthesizedIterableAccess,
658 "at() called on an iterable without native indexed accessors. This is slow");