Пример #1
0
GoPaintedValue::~GoPaintedValue()
{
    hookGoValueDestroyed(qmlEngine(this), ref);
}
Пример #2
0
GoValue::~GoValue()
{
    Q_D(GoValue);
    hookGoValueDestroyed(qmlEngine(this), d->addr);
}