https://bugs.kde.org/show_bug.cgi?id=506266
Kai Uwe Broulik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |[email protected] Status|REPORTED |CONFIRMED --- Comment #2 from Kai Uwe Broulik <[email protected]> --- if (m_operationMode == KFileWidget::Saving && index.isValid() && m_ops->selectedItems().constFirst().isFile()) { Probably m_ops->selectedItems() being empty and then constFirst() is garbage. -- You are receiving this mail because: You are watching all bug changes.
