2014-01-21 23:19:27 +08:00
|
|
|
#ifndef FOUG_SUPPORT_QT_STREAM_H
|
|
|
|
#define FOUG_SUPPORT_QT_STREAM_H
|
2013-03-07 00:02:19 +08:00
|
|
|
|
|
|
|
extern "C" {
|
|
|
|
#include "support_global.h"
|
|
|
|
#include "../stream.h"
|
|
|
|
}
|
|
|
|
class QIODevice;
|
|
|
|
|
|
|
|
FOUG_LIBSUPPORT_EXPORT
|
|
|
|
void foug_stream_set_qiodevice(foug_stream_t* stream, QIODevice* device);
|
|
|
|
|
2014-01-21 23:19:27 +08:00
|
|
|
#endif /* FOUG_SUPPORT_QT_STREAM_H */
|