diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2016-05-07 18:13:51 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2016-05-07 18:14:49 +0900 |
commit | 5a0e6080a6245aa2c68f254d7105f19629a5a654 (patch) | |
tree | fa0f4aded71f27974c9922bd587ba78774ade46c /room.cpp | |
parent | 0b7bee1e2600ee80554aa85b18d30ca1964535a0 (diff) | |
download | libquotient-5a0e6080a6245aa2c68f254d7105f19629a5a654.tar.gz libquotient-5a0e6080a6245aa2c68f254d7105f19629a5a654.zip |
Minors: one fix, one cleanup
Diffstat (limited to 'room.cpp')
-rw-r--r-- | room.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -74,7 +74,6 @@ class Room::Private: public QObject QHash<User*, QString> lastReadEvent; QString prevBatch; RoomMessagesJob* roomMessagesJob; - bool gettingNewContent; // Convenience methods to work with the membersMap and usersLeft. addMember() // and removeMember() emit respective Room:: signals after a succesful |