mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 15:06:08 +03:00
parent
571c199db8
commit
1dd7f736d0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue