1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01:00

Remove newline.

This commit is contained in:
Thierry Goeckel 2013-06-14 22:43:29 +02:00
parent 5d8eb1911c
commit e51161e74b

View File

@ -79,7 +79,6 @@ NetworkActivityWidget::NetworkActivityWidget( QWidget* parent )
chartItem->appendRow( overallItem );
d_func()->sortedProxy->setSourceModel( d_func()->crumbModelLeft );
d_func()->ui->breadCrumbLeft->setModel( d_func()->sortedProxy );
d_func()->ui->breadCrumbLeft->setVisible( true );
}