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
|
|
|
|
|
|
|
#include "support_global.h"
|
2014-03-14 00:49:39 +08:00
|
|
|
struct foug_stream;
|
2013-03-07 00:02:19 +08:00
|
|
|
class QIODevice;
|
|
|
|
|
|
|
|
FOUG_LIBSUPPORT_EXPORT
|
2014-03-14 00:49:39 +08:00
|
|
|
void foug_stream_set_qiodevice(struct foug_stream* stream, QIODevice* device);
|
2013-03-07 00:02:19 +08:00
|
|
|
|
2014-01-21 23:19:27 +08:00
|
|
|
#endif /* FOUG_SUPPORT_QT_STREAM_H */
|