qtquick: Fix binding loops

This also restores behaviour with v1.x regarding setParent
This commit is contained in:
Sergio Martins
2022-06-11 14:03:41 +01:00
parent 0f6be75620
commit 29fd6f4a40
3 changed files with 6 additions and 12 deletions

View File

@@ -44,7 +44,6 @@ static bool shouldBlacklistWarning(const QString &msg, const QString &category)
|| msg.contains(QLatin1String("outside any known screen, using primary screen"))
|| msg.contains(QLatin1String("Populating font family aliases took"))
// TODO: Fix later, not important right now
|| msg.contains(QLatin1String("Binding loop detected for property"))
|| msg.contains(QLatin1String("Implement me"))
// Ignore benign warning in Material style when deleting a dock widget. Should be fixed in Qt.