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