https://bugs.kde.org/show_bug.cgi?id=415489
--- Comment #5 from Maik Qualmann <metzping...@gmail.com> --- This new type of signal/slot connection can probably not be processed by MinGW. It is not relevant for this crash, but maintenance tasks cannot currently be canceled in the Windows version. connect(this, static_cast<void (ProgressItem::*)(const QString&)> (&ProgressItem::progressItemCanceled), this, &MaintenanceTool::slotCancel); Maik -- You are receiving this mail because: You are watching all bug changes.