Fix another crash at exit

Fixes #1794
This commit is contained in:
Olivier Goffart 2014-05-28 19:59:35 +02:00
parent 571c199db8
commit 1dd7f736d0

View file

@ -101,7 +101,7 @@ private slots:
private:
QNetworkReply* addTimer(QNetworkReply *reply);
bool _ignoreCredentialFailure;
QNetworkReply *_reply;
QPointer<QNetworkReply> _reply; // (QPointer because the NetworkManager may be destroyed before the jobs at exit)
Account *_account;
QString _path;
QTimer _timer;