diff options
author | Siteshwar Vashisht <siteshwar@gmail.com> | 2012-05-21 23:41:53 +0530 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-05-28 00:10:31 +0200 |
commit | 9d644e794f226e59ce692bd7834c61e1accf152a (patch) | |
tree | f90e5efda90b610668acfe339cc325e118a09684 /src/sync/googlesynchandler.h | |
parent | Send changes to server after receiving changes from server. (diff) | |
download | rekonq-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.h | 2 |
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 |