summaryrefslogtreecommitdiff
path: root/src/sync
diff options
context:
space:
mode:
Diffstat (limited to 'src/sync')
-rw-r--r--src/sync/operasynchandler.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/sync/operasynchandler.cpp b/src/sync/operasynchandler.cpp
index 841f7c11..ee3fb20d 100644
--- a/src/sync/operasynchandler.cpp
+++ b/src/sync/operasynchandler.cpp
@@ -293,12 +293,12 @@ void OperaSyncHandler::getBookmarks()
QByteArray fetchBookmarksUrl = "https://link.api.opera.com/rest/bookmark/descendants/";
QByteArray urlParams = _qoauth.createParametersString(fetchBookmarksUrl,
- QOAuth::GET,
- _authToken,
- _authTokenSecret,
- QOAuth::HMAC_SHA1,
- requestMap,
- QOAuth::ParseForInlineQuery);
+ QOAuth::GET,
+ _authToken,
+ _authTokenSecret,
+ QOAuth::HMAC_SHA1,
+ requestMap,
+ QOAuth::ParseForInlineQuery);
QNetworkRequest request;