Skip to content

Commit

Permalink
[buteo-sync-plugins-social] Fix typo previous refresh Dropbox token c…
Browse files Browse the repository at this point in the history
…ommit. Contributes to JB#32395
  • Loading branch information
Jonni Rainisto committed Oct 5, 2015
1 parent 04fa48d commit 078d54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dropbox/dropbox-signon/dropboxsignonsyncadaptor.cpp
Expand Up @@ -243,7 +243,7 @@ void DropboxSignonSyncAdaptor::triggerRefresh()

SignOn::AuthSession *session = timer->property("session").value<SignOn::AuthSession*>();
connect(session, SIGNAL(response(SignOn::SessionData)),
this, SLOT(requestTokenResponse(SignOn::SessionData)),
this, SLOT(refreshTokenResponse(SignOn::SessionData)),
Qt::UniqueConnection);
connect(session, SIGNAL(error(SignOn::Error)),
this, SLOT(signonError(SignOn::Error)),
Expand Down

0 comments on commit 078d54c

Please sign in to comment.