D12865: transferjob new connect syntax

Jaime Torres Amate noreply at phabricator.kde.org
Mon Jul 9 13:06:15 BST 2018


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180709/8750daa6/attachment-0001.html>


More information about the Kde-frameworks-devel mailing list