f5a5c59918
This patch provides the actual implementation to detect binding loops
in property setters.
These test will help to catch all the existing binding loops that were
introduced when migrating to new bindable properties.
The logic of the new tests is taken from
tst_QObject::objectNameBinding(), but generalized to be applicable to
all bindable properties.
The original code from tst_QObject can now be removed.
The patch effectively reverts
|
||
---|---|---|
.. | ||
signalbug | ||
.gitignore | ||
CMakeLists.txt | ||
tst_qobject.cpp |