[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:22:52 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=b15541f

The following commit has been merged in the master branch:
commit b15541ff10ad46e7386231b133bb5ef195c1612c
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Fri Jan 27 02:26:45 2012 +0100

    Use initialization list
---
 lib/chat-widget.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/chat-widget.cpp b/lib/chat-widget.cpp
index 7827557..248d6f8 100644
--- a/lib/chat-widget.cpp
+++ b/lib/chat-widget.cpp
@@ -55,10 +55,10 @@
 class ChatWidgetPrivate
 {
 public:
-    ChatWidgetPrivate()
+    ChatWidgetPrivate() :
+        remoteContactChatState(Tp::ChannelChatStateInactive);
+        isGroupChat(false)
     {
-        isGroupChat = false;
-        remoteContactChatState = Tp::ChannelChatStateInactive;
     }
     /** Stores whether the channel is ready with all contacts upgraded*/
     bool chatviewlInitialised;

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list