Home GnuPG

Avoid emission of detailed model signals if model reset is in progress

Description

Avoid emission of detailed model signals if model reset is in progress

If a model reset is in progress, then no other model signals like
rowsAboutToBeInserted, rowsInserted, dataChanged, etc. are emitted.
This way we avoid that users of the model try to react on changes
while the model is still incomplete.

Details