Open GoogleCodeExporter opened 9 years ago
I got this error too.
Need some help please.
Original comment by flymetot...@gmail.com
on 24 Nov 2010 at 11:14
Up !
Original comment by boris.to...@gmail.com
on 16 Dec 2010 at 3:53
i will try to make port to Qt creator, and Linux soon
im working on new version of the API.
Original comment by meiry242@gmail.com
on 25 Jan 2011 at 10:42
[deleted comment]
For - 2. 'QNetworkReply::Networkeror' is not a class or namespace.
Try this
#include <QNetworkReply>
void MainWindowContainer::finishedSlot(QNetworkReply* reply)
{
QNetworkReply::NetworkError networkError;
networkError = QNetworkReply::NoError;
....
Original comment by hiren.daftari
on 10 Feb 2011 at 1:10
updated the source , working with Qt creator also
Original comment by meiry242@gmail.com
on 21 Mar 2011 at 5:34
Original issue reported on code.google.com by
brigitte...@hotmail.com
on 16 Nov 2010 at 1:52