fix: correct signal index
Signed-off-by: ComixHe <heyuming@deepin.org>
This commit is contained in:
parent
49c13f943e
commit
6368bf61cf
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user