[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9
Maximiliano Curia
maxy at moszumanska.debian.org
Mon May 9 09:08:38 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=63b0b64
The following commit has been merged in the master branch:
commit 63b0b645a1c82e0d6711a920832de0ddab054524
Author: Martin Klapetek <mklapetek at kde.org>
Date: Fri Jan 30 20:45:38 2015 +0100
Use KTp::Contact rather than Tp::Contact for the kpeople data source
---
kpeople/datasourceplugin/im-persons-data-source.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kpeople/datasourceplugin/im-persons-data-source.cpp b/kpeople/datasourceplugin/im-persons-data-source.cpp
index 297d465..5d12e24 100644
--- a/kpeople/datasourceplugin/im-persons-data-source.cpp
+++ b/kpeople/datasourceplugin/im-persons-data-source.cpp
@@ -109,7 +109,7 @@ public:
m_properties[key] = value;
}
- void setContact(const Tp::ContactPtr &contact)
+ void setContact(const KTp::ContactPtr &contact)
{
m_contact = contact;
}
@@ -120,7 +120,7 @@ public:
}
private:
- Tp::ContactPtr m_contact;
+ KTp::ContactPtr m_contact;
Tp::AccountPtr m_account;
QVariantMap m_properties;
};
--
ktp-common-internals packaging
More information about the pkg-kde-commits
mailing list