summaryrefslogtreecommitdiffstats
path: root/Swift
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-08-29 12:34:39 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-08-29 12:34:39 (GMT)
commit2ceddd421319cbab2deb89821e81fb1a7bf724ae (patch)
tree902fe42776c2b2b72eee2ad2364dfcb50d4152a9 /Swift
parent0a456d102e2f8bd7f39617c733eb33ac1d5c2e88 (diff)
downloadswift-2ceddd421319cbab2deb89821e81fb1a7bf724ae.zip
swift-2ceddd421319cbab2deb89821e81fb1a7bf724ae.tar.bz2
Removing the qDebug that I accidentally left in the last commit.
Diffstat (limited to 'Swift')
-rw-r--r--Swift/QtUI/Roster/RosterDelegate.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Swift/QtUI/Roster/RosterDelegate.cpp b/Swift/QtUI/Roster/RosterDelegate.cpp
index 22df0d1..e50052b 100644
--- a/Swift/QtUI/Roster/RosterDelegate.cpp
+++ b/Swift/QtUI/Roster/RosterDelegate.cpp
@@ -97,11 +97,11 @@ void RosterDelegate::paintGroup(QPainter* painter, const QStyleOptionViewItem& o
triangleTopLeft += QPoint(0, 1);
trianglePoint2 = triangleTopLeft + QPointF(triangleWidth, 0);
trianglePoint3 = trianglePoint2 + QPointF(-1 * (triangleWidth / 2), triangleHeight);
- qDebug() << "Plotting expanded" << triangleTopLeft << ", " << trianglePoint2 << ", " << trianglePoint3;
+ //qDebug() << "Plotting expanded" << triangleTopLeft << ", " << trianglePoint2 << ", " << trianglePoint3;
} else {
trianglePoint2 = triangleTopLeft + QPointF(0, triangleWidth);
trianglePoint3 = trianglePoint2 + QPointF(triangleHeight, -1 * (triangleWidth / 2));
- qDebug() << "Plotting collapsed" << triangleTopLeft << ", " << trianglePoint2 << ", " << trianglePoint3;
+ //qDebug() << "Plotting collapsed" << triangleTopLeft << ", " << trianglePoint2 << ", " << trianglePoint3;
}
triangle << triangleTopLeft << trianglePoint2 << trianglePoint3 << triangleTopLeft;
triangleShadow << triangleTopLeft + shadowOffset << trianglePoint2 + shadowOffset << trianglePoint3 + shadowOffset << triangleTopLeft + shadowOffset;
@@ -180,4 +180,4 @@ const int RosterDelegate::horizontalMargin_ = 2;
const int RosterDelegate::verticalMargin_ = 2;
const int RosterDelegate::farLeftMargin_ = 2;
-} \ No newline at end of file
+}