https://bugs.kde.org/show_bug.cgi?id=366191
Thomas Fischer <fisc...@unix-ag.uni-kl.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDSINFO Resolution|--- |WAITINGFORINFO Latest Commit| |1cc1fde3896ddcc57f45e26fa3f | |3e6ff6fd4fbe7 --- Comment #3 from Thomas Fischer <fisc...@unix-ag.uni-kl.de> --- Are you using Qt 5.7? I am suspecting that there was a minor change in the semantics of the call to 'QAbstractItemView::setModel' which in its turn triggered access to an uninitialized variable. Anyhow, commit 1cc1fde3896ddcc57f45e fixes the problem for me by simply re-arranging variable initializations and calls to setModel. Please test and confirm. -- You are receiving this mail because: You are watching all bug changes.