Home
last modified time | relevance | path

Searched refs:m_outgoingDataSource (Results 1 – 3 of 3) sorted by relevance

/dports/devel/kf5-kio/kio-5.89.0/src/core/
H A Dtransferjob.cpp27 if (d->m_outgoingDataSource) { in TransferJob()
28 …d->m_readChannelFinishedConnection = connect(d->m_outgoingDataSource, &QIODevice::readChannelFinis… in TransferJob()
306 if (m_outgoingDataSource) { in start()
308 q->connect(m_outgoingDataSource, &QIODevice::readyRead, q, [this]() { in start()
311 q->connect(m_outgoingDataSource, &QIODevice::readChannelFinished, q, [this]() { in start()
319 } else if (m_outgoingDataSource->bytesAvailable() > 0) { in start()
395 if (m_outgoingDataSource) { in slotDataReqFromDevice()
399 qint64 bytesRead = m_outgoingDataSource->read(dataForSlave.data(), MAX_READ_BUF_SIZE); in slotDataReqFromDevice()
405 …done = ((bytesRead == -1) || (bytesRead == 0 && m_outgoingDataSource->atEnd() && !m_outgoingDataSo… in slotDataReqFromDevice()
432 const QByteArray remainder = m_outgoingDataSource->readAll(); in slotIODeviceClosed()
H A Djob_p.h285 , m_outgoingDataSource(QPointer<QIODevice>(ioDevice)) in TransferJobPrivate()
298 QPointer<QIODevice> m_outgoingDataSource; variable
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/pkg/misc/
H A Dbuild-deps.sh170 if (m_outgoingDataSource) {
172 - q->connect(m_outgoingDataSource, &QIODevice::readyRead, q, [this]() {
173 + q->connect(m_outgoingDataSource.data(), &QIODevice::readyRead, q, [this]() {
176 - q->connect(m_outgoingDataSource, SIGNAL(readChannelFinished()),
177 + q->connect(m_outgoingDataSource.data(), SIGNAL(readChannelFinished()),