gmio/src/datax_support/qt_stream.h

12 lines
274 B
C
Raw Normal View History

2014-01-21 23:19:27 +08:00
#ifndef FOUG_SUPPORT_QT_STREAM_H
#define FOUG_SUPPORT_QT_STREAM_H
#include "support_global.h"
struct foug_stream;
class QIODevice;
FOUG_LIBSUPPORT_EXPORT
void foug_stream_set_qiodevice(struct foug_stream* stream, QIODevice* device);
2014-01-21 23:19:27 +08:00
#endif /* FOUG_SUPPORT_QT_STREAM_H */