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

Maximiliano Curia maxy at moszumanska.debian.org
Tue Sep 12 14:08:56 UTC 2017


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

The following commit has been merged in the master branch:
commit f36d316e34f292879da4398fb67e3a04deb0c61c
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Wed Feb 10 22:15:41 2016 -0500

    [declarative] Make sure the Private is constructed with 2nd ctor too
    
    Reviewed-by: Alexandr Akulich <akulichalexander at gmail.com>
---
 KTp/Declarative/conversation.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/KTp/Declarative/conversation.cpp b/KTp/Declarative/conversation.cpp
index a7c284c..e3b0cf5 100644
--- a/KTp/Declarative/conversation.cpp
+++ b/KTp/Declarative/conversation.cpp
@@ -75,7 +75,9 @@ Conversation::Conversation(const Tp::TextChannelPtr &channel,
     connect(d->pausedStateTimer, SIGNAL(timeout()), this, SLOT(onChatPausedTimerExpired()));
 }
 
-Conversation::Conversation(QObject *parent) : QObject(parent)
+Conversation::Conversation(QObject *parent)
+    : QObject(parent),
+      d(new ConversationPrivate)
 {
     qCCritical(KTP_DECLARATIVE) << "Conversation should not be created directly. Use ConversationWatcher instead.";
 }

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list