Skip to content
Verified Commit e7ece932 authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

ColumnView: Restore runtime dispatch of removeItem

QML runtime dispatching of overloaded functions wasn't implemented for
QObject types until Qt 6.5.3, so we can't rely on it yet. Revert to the
old behavior of manual dispatch via QVariant conversions.

See also: https://codereview.qt-project.org/c/qt/qtdeclarative/+/481934

Partially reverts 9a9d9a20
parent 3d076532
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment