variants: fix onReload not being called after variant updates

This commit is contained in:
outfoxxed 2024-03-09 02:35:07 -08:00
parent a35d3f9584
commit fc93591cab
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 8 additions and 0 deletions

View file

@ -53,4 +53,5 @@ private:
QQmlComponent* mComponent = nullptr;
QVariantList mVariants;
AwfulMap<QVariantMap, QObject*> instances;
bool loaded = false;
};