1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-22 00:42:04 +02:00

Remove newline.

This commit is contained in:
Thierry Goeckel 2013-06-14 22:43:29 +02:00 committed by Michael Zanetti
parent 9b53ffc952
commit dd28657dbc

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 );
}