jtamate updated this revision to Diff 37448. jtamate added a comment.
Sorry, I should have updated this revision earlier. There are two methods than can not be removed from the Q_PRIVATE_SLOT definitions, otherwise the invokeMethod will fail. if (m_closedBeforeStart) { QMetaObject::invokeMethod(q, "slotIODeviceClosed", Qt::QueuedConnection); } else if (m_outgoingDataSource->bytesAvailable() > 0) { QMetaObject::invokeMethod(q, "slotDataReqFromDevice", Qt::QueuedConnection); } REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D12865?vs=34105&id=37448 REVISION DETAIL https://phabricator.kde.org/D12865 AFFECTED FILES src/core/job_p.h src/core/transferjob.cpp src/core/transferjob.h To: jtamate, dfaure, #frameworks Cc: kde-frameworks-devel, michaelh, ngraham, bruns