[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:06:18 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=fe85526

The following commit has been merged in the master branch:
commit fe855265766523bf219bf0179c822b8b14d25977
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Fri Feb 1 10:23:40 2013 +0100

    Fix typo
---
 KTp/types.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/KTp/types.h b/KTp/types.h
index 7ee1f7e..d4ddcd8 100644
--- a/KTp/types.h
+++ b/KTp/types.h
@@ -41,7 +41,7 @@ namespace KTp
 
     enum ContactsModelRole {
         // general roles
-        RowTypeRole = Qt::UserRole //returns one of KTp::ContactRowType, KTp::PersonRowType, KTp::GroupRowType, KTp::AccountRowType
+        RowTypeRole = Qt::UserRole, //returns one of KTp::ContactRowType, KTp::PersonRowType, KTp::GroupRowType, KTp::AccountRowType
         IdRole, //returns Contact ID, Account UID, or group ID (group name or "_ungrouped")
 
         //telepathy roles

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list