summaryrefslogtreecommitdiff
path: root/src/sync/googlesynchandler.h
diff options
context:
space:
mode:
authorSiteshwar Vashisht <siteshwar@gmail.com>2012-05-21 23:41:53 +0530
committerAndrea Diamantini <adjam7@gmail.com>2012-05-28 00:10:31 +0200
commit9d644e794f226e59ce692bd7834c61e1accf152a (patch)
treef90e5efda90b610668acfe339cc325e118a09684 /src/sync/googlesynchandler.h
parentSend changes to server after receiving changes from server. (diff)
downloadrekonq-9d644e794f226e59ce692bd7834c61e1accf152a.tar.xz
Final refactoring and clean up to support Opera bookmarks.
Diffstat (limited to 'src/sync/googlesynchandler.h')
-rw-r--r--src/sync/googlesynchandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync/googlesynchandler.h b/src/sync/googlesynchandler.h
index 2d70cfb7..459ce16e 100644
--- a/src/sync/googlesynchandler.h
+++ b/src/sync/googlesynchandler.h
@@ -80,7 +80,7 @@ private:
QNetworkReply *_reply;
QSet<KUrl> _bookmarksToAdd;
QSet<QString> _bookmarksToDelete;
- unsigned int _requestCount;
+ int _requestCount;
};
#endif // GOOGLE_SYNC_HANDLER_H