telepathy-qt: BaseConnection: Changed unique name.
David Edmundson
davidedmundson at kemper.freedesktop.org
Wed Sep 3 02:28:45 PDT 2014
Module: telepathy-qt
Branch: master
Commit: 402587311ac8b230888b4cce5214e41bec055ad4
URL: http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=402587311ac8b230888b4cce5214e41bec055ad4
Author: Alexandr Akulich <akulichalexander at gmail.com>
Date: Thu Aug 21 18:55:41 2014 +0600
BaseConnection: Changed unique name.
---
TelepathyQt/base-connection.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TelepathyQt/base-connection.cpp b/TelepathyQt/base-connection.cpp
index c40e5bf..260cf36 100644
--- a/TelepathyQt/base-connection.cpp
+++ b/TelepathyQt/base-connection.cpp
@@ -261,7 +261,7 @@ QVariantMap BaseConnection::immutableProperties() const
*/
QString BaseConnection::uniqueName() const
{
- return QString(QLatin1String("_%1")).arg((quintptr) this, 0, 16);
+ return QString(QLatin1String("connection_%1")).arg((quintptr) this, 0, 16);
}
uint BaseConnection::status() const
More information about the telepathy-commits
mailing list