Skip to content
Commit 1e38a73a authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Fix potential crash if ProviderPage::fillModel() is called twice

QStandardItemModel::removeRows() actually deletes the child item,
so we should not keep a dangling pointer to it around.

BUG: 291474
FIXED-IN: 16.08.1
parent cd7894e7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment