1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 16:44:05 +02:00

did not mean to commit that debug

This commit is contained in:
Leo Franchi
2011-10-31 17:16:45 -04:00
parent c82845d22a
commit cce80ff535

View File

@@ -352,7 +352,6 @@ QueryLabel::paintEvent( QPaintEvent* event )
QString s = text();
const QString elidedText = fontMetrics().elidedText( s, m_mode, r.width() );
qDebug() << "ELIDED TEXT:" << elidedText << "orig:" << s;
p.save();
p.setRenderHint( QPainter::Antialiasing );