summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2012-06-30 21:46:55 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-06-30 21:46:55 (GMT)
commita30f64bc07df14f7f9b4af0dadf20d7f8173560c (patch)
tree7a517e1fbe7991c55077f8dff8bb7f6ac11c8829
parent6ff8a720525aec3176d9df5598948358cc6b35f2 (diff)
downloadswift-contrib-a30f64bc07df14f7f9b4af0dadf20d7f8173560c.zip
swift-contrib-a30f64bc07df14f7f9b4af0dadf20d7f8173560c.tar.bz2
debug cleanup
-rw-r--r--Swift/QtUI/QtChatWindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Swift/QtUI/QtChatWindow.cpp b/Swift/QtUI/QtChatWindow.cpp
index f8c80f0..0d329d6 100644
--- a/Swift/QtUI/QtChatWindow.cpp
+++ b/Swift/QtUI/QtChatWindow.cpp
@@ -360,7 +360,6 @@ void QtChatWindow::handleCurrentLabelChanged(int index) {
}
const SecurityLabelsCatalog::Item& label = labelModel_->availableLabels_[index];
if (label.getLabel()) {
- qDebug() << "Displaying label colours";
QPalette palette = labelsWidget_->palette();
//palette.setColor(QPalette::Base, P2QSTRING(label.getLabel()->getBackgroundColor()));
palette.setColor(labelsWidget_->backgroundRole(), P2QSTRING(label.getLabel()->getBackgroundColor()));