[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [ruqola] src: Add more debug
From:       Montel Laurent <null () kde ! org>
Date:       2017-08-29 6:22:41
Message-ID: E1dmZv7-0003rv-RE () code ! kde ! org
[Download RAW message or body]

Git commit da8d0b291e5d4b300c62eac1c2a86baf5eba086a by Montel Laurent.
Committed on 29/08/2017 at 06:22.
Pushed by mlaurent into branch 'master'.

Add more debug

M  +3    -0    src/roommodel.cpp

https://commits.kde.org/ruqola/da8d0b291e5d4b300c62eac1c2a86baf5eba086a

diff --git a/src/roommodel.cpp b/src/roommodel.cpp
index 10e313d..01e2f77 100644
--- a/src/roommodel.cpp
+++ b/src/roommodel.cpp
@@ -254,6 +254,9 @@ void RoomModel::updateSubscription(const QJsonArray &array)
     } else if (actionName == QStringLiteral("updated")) {
         qDebug() << "UPDATE ROOM name " << \
roomData.value(QStringLiteral("name")).toString() << " rid " << \
roomData.value(QStringLiteral("rid")) << " roomData " << roomData;  \
updateRoom(roomData); +    } else if (actionName == QStringLiteral("changed")) {
+        qDebug() << "CHANGED ROOM name " << \
roomData.value(QStringLiteral("name")).toString() << " rid " << \
roomData.value(QStringLiteral("rid")) << " roomData " << roomData; +        qDebug() \
<< " Not implementer changed room yet";  } else {
         qDebug() << " Undefined type" << actionName;
     }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic