Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.12.4
-
None
-
-
9d9c5a786c1c3c5986461fc9d885ca7c5ef06b83 (qt/qtdeclarative/5.15)
Description
I was trying to use the ItemParticle item and the give() method but nothing seem to work. Checking the source I discovered with surprise that the current status of this call is the following (source here):
void QQuickItemParticle::give(QQuickItem *item)
{
//TODO: This
Q_UNUSED(item);
}
How is possible? A officially documented method not developed yet?
Attachments
For Gerrit Dashboard: QTBUG-76827 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
282163,7 | Add QQuickItemParticle give() method body | 5.15 | qt/qtdeclarative | Status: MERGED | +2 | 0 |