[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:55 UTC 2017


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

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

    [declarative] Init the ConversationPrivate members
    
    Reviewed-by: Alexandr Akulich <akulichalexander at gmail.com>
---
 KTp/Declarative/conversation.cpp | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/KTp/Declarative/conversation.cpp b/KTp/Declarative/conversation.cpp
index 5f752a1..14eb328 100644
--- a/KTp/Declarative/conversation.cpp
+++ b/KTp/Declarative/conversation.cpp
@@ -32,6 +32,14 @@
 class Conversation::ConversationPrivate
 {
   public:
+      ConversationPrivate()
+      {
+          messages = 0;
+          delegated = false;
+          valid = false;
+          isGroupChat = false;
+      }
+
     MessagesModel *messages;
     //stores if the conversation has been delegated to another client and we are only observing the channel
     //and not handling it.

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list