Re: [Interest] Subclassing QIODevice and passing it to QXMLStreamReader

2014-05-24 Thread Wiebe Cazemier
- Original Message - > From: "Wiebe Cazemier" > To: interest@qt-project.org > Sent: Saturday, 24 May, 2014 8:08:02 PM > Subject: [Interest] Subclassing QIODevice and passing it to QXMLStreamReader > > I'm trying to use a subclassed QIODevice for parsing

[Interest] Subclassing QIODevice and passing it to QXMLStreamReader

2014-05-24 Thread Wiebe Cazemier
I'm trying to use a subclassed QIODevice for parsing XML with QXMLStreamreader, but no matter what I do, the data is not read. The docs say: > Subclasses of QIODevice are only required to implement > the protected readData() and writeData() functions. But no matter what I do, the code in my R