diff options
author | Kevin Smith <git@kismith.co.uk> | 2009-08-15 16:19:55 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2009-08-15 16:19:55 (GMT) |
commit | 6fd62cfe8859ad4cdba4113552ba9bb1ef9563e4 (patch) | |
tree | 5285816f66703b05133ad2a8b66835241480b965 /Swift/QtUI/Roster/QtTreeWidgetItem.cpp | |
parent | 9db142a21e193deb557a6fc22ab1c7aaa6530158 (diff) | |
download | swift-contrib-6fd62cfe8859ad4cdba4113552ba9bb1ef9563e4.zip swift-contrib-6fd62cfe8859ad4cdba4113552ba9bb1ef9563e4.tar.bz2 |
Remove the roster avatar debug output.
Diffstat (limited to 'Swift/QtUI/Roster/QtTreeWidgetItem.cpp')
-rw-r--r-- | Swift/QtUI/Roster/QtTreeWidgetItem.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Swift/QtUI/Roster/QtTreeWidgetItem.cpp b/Swift/QtUI/Roster/QtTreeWidgetItem.cpp index 27e978c..7b4d83a 100644 --- a/Swift/QtUI/Roster/QtTreeWidgetItem.cpp +++ b/Swift/QtUI/Roster/QtTreeWidgetItem.cpp @@ -20,7 +20,6 @@ void QtTreeWidgetItem::setStatusText(const String& text) { } void QtTreeWidgetItem::setAvatarPath(const String& path) { - qDebug() << "Setting avatar to " << P2QSTRING(path); avatar_ = QIcon(P2QSTRING(path)); } |