Fix pending reply sizing
This commit is contained in:
parent
bd1cadb6bb
commit
457f42c9ca
4 changed files with 23 additions and 6 deletions
|
|
@ -142,7 +142,7 @@ EventDelegateChooser::DelegateIncubator::setInitialState(QObject *obj)
|
|||
auto attached = qobject_cast<EventDelegateChooserAttachedType *>(
|
||||
qmlAttachedPropertiesObject<EventDelegateChooser>(obj));
|
||||
Q_ASSERT(attached != nullptr);
|
||||
attached->setIsReply(this->forReply);
|
||||
attached->setIsReply(this->forReply || chooser.limitAsReply_);
|
||||
|
||||
for (const auto &role : roles) {
|
||||
const auto &roleName = roleNames[role.role()];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue