| 73 | } |
| 74 | |
| 75 | void ActionManagerPrivate::updateContainer() |
| 76 | { |
| 77 | for (ActionContainer *c : std::as_const(scheduledContainerUpdates)) |
| 78 | c->update(); |
| 79 | scheduledContainerUpdates.clear(); |
| 80 | } |
| 81 | |
| 82 | void ActionManagerPrivate::containerDestroyed(QObject *sender) |
| 83 | { |