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

List:       kde-commits
Subject:    [ruqola] src: Minor
From:       Montel Laurent <null () kde ! org>
Date:       2017-08-31 21:29:50
Message-ID: E1dnX26-000696-NZ () code ! kde ! org
[Download RAW message or body]

Git commit 219bb593a2f8348a4f39ea57dda4bc4b1dd1255d by Montel Laurent.
Committed on 31/08/2017 at 21:24.
Pushed by mlaurent into branch 'master'.

Minor

M  +4    -1    src/user.cpp

https://commits.kde.org/ruqola/219bb593a2f8348a4f39ea57dda4bc4b1dd1255d

diff --git a/src/user.cpp b/src/user.cpp
index 37e2450..a2a827f 100644
--- a/src/user.cpp
+++ b/src/user.cpp
@@ -65,7 +65,10 @@ void User::setStatus(const QString &status)
 
 bool User::operator ==(const User &other) const
 {
-    return (mName == other.name()) && (mUserId == other.userId()) && (mStatus == \
other.status() && (mListRooms == other.listRooms())); +    return (mName == \
other.name()) +            && (mUserId == other.userId())
+            && (mStatus == other.status())
+            && (mListRooms == other.listRooms());
 }
 
 QStringList User::listRooms() const


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

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