23#ifndef QHTTPENGINE_QIODEVICECOPIER_H
24#define QHTTPENGINE_QIODEVICECOPIER_H
29#include "qhttpengine.h"
31class QHTTPENGINE_EXPORT QIODeviceCopierPrivate;
84 void error(
const QString &message);
121 QIODeviceCopierPrivate *
const d;
122 friend class QIODeviceCopierPrivate;
Data copier for classes deriving from QIODevice.
Definition qiodevicecopier.h:64
void setBufferSize(qint64 size)
Set the size of the buffer.
QIODeviceCopier(QIODevice *src, QIODevice *dest, QObject *parent=0)
Create a new device copier from the specified source and destination devices.
void finished()
Indicate that the copy operation finished.
void stop()
Stop the copy operation.
void start()
Start the copy operation.
void error(const QString &message)
Indicate that an error occurred.