https://bugs.kde.org/show_bug.cgi?id=458448
--- Comment #3 from Bernie Innocenti <ber...@codewiz.org> --- This is the check that fails: 194 void verifyState(const char *cmdName) 195 { 196 KIO_STATE_ASSERT(finalState(), 197 Q_FUNC_INFO, 198 qUtf8Printable(QStringLiteral("%1 did not call finished() or error()! Please fix the %2 KIO slave") 199 .arg(QLatin1String(cmdName)) 200 .arg(QCoreApplication::applicationName()))); -- You are receiving this mail because: You are watching all bug changes.