24 # error C++ compiler required
27 #ifndef GMIO_SUPPORT_STREAM_QT_H
28 #define GMIO_SUPPORT_STREAM_QT_H
31 #include "../gmio_core/stream.h"
32 #include <QtCore/QtGlobal>
41 QT_PREPEND_NAMESPACE(QIODevice)* device
struct gmio_stream gmio_stream_qiodevice(QIODevice *device)
Returns a gmio_stream for QIODevice* (cookie will hold device)
Stream that can get input from an arbitrary data source or can write output to an arbitrary data sink...
Definition: stream.h:65
Global declarations for the support module.