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:
@@ -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 );
|
||||
|
||||
|
Reference in New Issue
Block a user