diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-12-25 21:33:14 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-12-25 21:33:14 +0900 |
commit | 53241b0b47d80b90c3834336dc3db89676e1c007 (patch) | |
tree | 8b1ea06209f957e951db939a6a6e2050c61a26f4 /connection.h | |
parent | 9335a3beba0c15a64478458f418b648834779683 (diff) | |
download | libquotient-53241b0b47d80b90c3834336dc3db89676e1c007.tar.gz libquotient-53241b0b47d80b90c3834336dc3db89676e1c007.zip |
Connection: change the attempt number propagated from BaseJob
Diffstat (limited to 'connection.h')
-rw-r--r-- | connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connection.h b/connection.h index eccde170..21fce741 100644 --- a/connection.h +++ b/connection.h @@ -217,7 +217,7 @@ namespace QMatrixClient void reconnected(); //< Unused; use connected() instead void loggedOut(); void loginError(QString error); - void networkError(size_t nextAttempt, int inMilliseconds); + void networkError(int retriesTaken, int inMilliseconds); void syncDone(); void syncError(QString error); |