diff options
| author | Kevin Smith <git@kismith.co.uk> | 2012-06-30 21:46:55 (GMT) |
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2012-06-30 21:46:55 (GMT) |
| commit | a30f64bc07df14f7f9b4af0dadf20d7f8173560c (patch) | |
| tree | 7a517e1fbe7991c55077f8dff8bb7f6ac11c8829 | |
| parent | 6ff8a720525aec3176d9df5598948358cc6b35f2 (diff) | |
| download | swift-a30f64bc07df14f7f9b4af0dadf20d7f8173560c.zip swift-a30f64bc07df14f7f9b4af0dadf20d7f8173560c.tar.bz2 | |
debug cleanup
| -rw-r--r-- | Swift/QtUI/QtChatWindow.cpp | 1 |
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())); |
Swift