#include <QtCore/qiodevice.h>
#ifndef QIODEVICE_H
class QIODevice: public QObject{
   /* Some contents are skipped to improve readability */
   public: inline qint64 write(class QByteArray const & data);
   /* ... */
};
#endif // QIODEVICE_H