diff options
author | Daniele E. Domenichelli <daniele.domenichelli@gmail.com> | 2013-02-01 19:10:28 +0100 |
---|---|---|
committer | Dario Freddi <drf@kde.org> | 2013-02-01 19:10:37 +0100 |
commit | 3f82f8b0c1e87718cf390f9388f177e5b0ce9f39 (patch) | |
tree | f24852b668593cac4ec7ccf663b2008a3dda88dd | |
parent | 12c60ba7b7ade3a5cbf43d915a5d6813619a55c3 (diff) |
Fix warning in DBusTubeChannel
Reviewed-by: Dario Freddi <drf@kde.org>
-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 001139ee..a4922707 100644 --- a/TelepathyQt/dbus-tube-channel.cpp +++ b/TelepathyQt/dbus-tube-channel.cpp @@ -245,7 +245,7 @@ DBusTubeChannel::~DBusTubeChannel() QString DBusTubeChannel::serviceName() const { if (!isReady(FeatureCore)) { - warning() << "DBusTubeChannel::service() used with " + warning() << "DBusTubeChannel::serviceName() used with " "FeatureCore not ready"; return QString(); } |