#ifndef GMIO_SUPPORT_QT_STREAM_H #define GMIO_SUPPORT_QT_STREAM_H #include "support_global.h" struct gmio_stream; class QIODevice; GMIO_LIBSUPPORT_EXPORT void gmio_stream_set_qiodevice(struct gmio_stream* stream, QIODevice* device); #endif /* GMIO_SUPPORT_QT_STREAM_H */