QHttpEngine
0.1.0
Simple and secure HTTP server for Qt applications
|
23 #ifndef QHTTPENGINE_QIODEVICECOPIER_H
24 #define QHTTPENGINE_QIODEVICECOPIER_H
29 #include "qhttpengine.h"
31 class QHTTPENGINE_EXPORT QIODeviceCopierPrivate;
84 void error(
const QString &message);
121 QIODeviceCopierPrivate *
const d;
122 friend class QIODeviceCopierPrivate;
125 #endif // QHTTPENGINE_QIODEVICECOPIER_H
void error(const QString &message)
Indicate that an error occurred.
Data copier for classes deriving from QIODevice.
Definition: qiodevicecopier.h:64
void start()
Start the copy operation.
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 setBufferSize(qint64 size)
Set the size of the buffer.
void stop()
Stop the copy operation.