[SCM] ktp-common-internals packaging branch, master, updated. debian/16.04.2-1-26-g1aa74a8

Maximiliano Curia maxy at moszumanska.debian.org
Sat Sep 10 16:57:54 UTC 2016


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

The following commit has been merged in the master branch:
commit 68098ee7441d2f9d891ce61f0c5636bf03535049
Author: Kai Uwe Broulik <kde at privat.broulik.de>
Date:   Tue Jul 26 11:09:20 2016 +0200

    qmlRegisterType Tp::PendingOperation
    
    Although we don't actually care about the return value of startFileTransfer
    in the Quick Chat applet, QML fails to call this method if the
    aforementioned type isn't registered.
    
    REVIEW: 128524
---
 KTp/Declarative/qml-plugins.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/KTp/Declarative/qml-plugins.cpp b/KTp/Declarative/qml-plugins.cpp
index 4956a1c..27ed202 100644
--- a/KTp/Declarative/qml-plugins.cpp
+++ b/KTp/Declarative/qml-plugins.cpp
@@ -67,6 +67,7 @@ void QmlPlugins::registerTypes(const char *uri)
     qmlRegisterType<TelepathyManager>();
     qmlRegisterType<ConversationsModel>();
     qmlRegisterType<Tp::PendingChannelRequest>();
+    qmlRegisterType<Tp::PendingOperation>();
     qRegisterMetaType<Tp::Presence>();
     qRegisterMetaType<KTp::Presence>();
     qRegisterMetaType<Tp::AccountManagerPtr>();

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list