fix: correct signal index

Signed-off-by: ComixHe <heyuming@deepin.org>
This commit is contained in:
ComixHe 2023-09-11 17:09:42 +08:00 committed by Comix
parent 49c13f943e
commit 6368bf61cf

View File

@ -42,7 +42,7 @@ void PropertiesForwarder::PropertyChanged()
return;
}
auto sig = mo->property(sigIndex);
auto sig = mo->property(sigIndex + 1);
const auto *propName = sig.name();
auto value = sig.read(sender);