diff options
-rw-r--r-- | TelepathyQt/dbus-tube-channel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/dbus-tube-channel.cpp b/TelepathyQt/dbus-tube-channel.cpp index 496e1697..3e967bc4 100644 --- a/TelepathyQt/dbus-tube-channel.cpp +++ b/TelepathyQt/dbus-tube-channel.cpp @@ -375,7 +375,7 @@ void DBusTubeChannel::onContactsRetrieved(const QUuid &uuid, const QList<Contact // Add it to our connections hash foreach (const Tp::ContactPtr &contact, contacts) { - mPriv->busNames.insertMulti(contact, busName); + mPriv->busNames.insert(contact, busName); added.insert(contact, busName); } |