[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [akonadi-vkontakte] resource: FriendListJob: change type of "uid"
From:       Alexander Potashev <aspotashev () gmail ! com>
Date:       2011-08-18 16:21:27
Message-ID: 20110818162127.E5BC3A60A4 () git ! kde ! org
[Download RAW message or body]

Git commit 3b496abcc5cf0e7943b76ffbfc6c3575b48ff7b4 by Alexander Potashev.
Committed on 18/08/2011 at 18:21.
Pushed by aspotashev into branch 'master'.

FriendListJob: change type of "uid" from "QString" to "int"

M  +1    -1    resource/vkontakteresource_friends.cpp

http://commits.kde.org/akonadi-vkontakte/3b496abcc5cf0e7943b76ffbfc6c3575b48ff7b4

diff --git a/resource/vkontakteresource_friends.cpp \
b/resource/vkontakteresource_friends.cpp index eac0c85..fe0264c 100644
--- a/resource/vkontakteresource_friends.cpp
+++ b/resource/vkontakteresource_friends.cpp
@@ -57,7 +57,7 @@ void VkontakteResource::initialItemFetchFinished(KJob *kjob)
         setItemStreamingEnabled(true);
 
         // Getting the list of friends of the current user
-        Vkontakte::FriendListJob * const friendListJob = new \
Vkontakte::FriendListJob(Settings::self()->accessToken(), "0"); +        \
Vkontakte::FriendListJob * const friendListJob = new \
Vkontakte::FriendListJob(Settings::self()->accessToken());  m_currentJobs << \
                friendListJob;
         connect(friendListJob, SIGNAL(result(KJob*)), this, \
SLOT(friendListJobFinished(KJob*)));  emit status(Running, i18n("Retrieving friends \
list."));


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic