mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-21 16:31:58 +02:00
* Clear labels instead of setting ugly empty quotes.
This commit is contained in:
parent
d869656e22
commit
dd92203237
@ -487,11 +487,11 @@ AudioControls::onPlaybackStopped()
|
||||
tDebug( LOGEXTRA ) << Q_FUNC_INFO;
|
||||
m_currentTrack.clear();
|
||||
|
||||
ui->artistLabel->setText( "" );
|
||||
ui->trackLabel->setText( "" );
|
||||
ui->artistLabel->clear();
|
||||
ui->trackLabel->clear();
|
||||
ui->dashLabel->setVisible( false );
|
||||
ui->timeLabel->setText( "" );
|
||||
ui->timeLeftLabel->setText( "" );
|
||||
ui->timeLabel->clear();
|
||||
ui->timeLeftLabel->clear();
|
||||
// ui->coverImage->setPixmap( QPixmap(), false );
|
||||
ui->seekSlider->setVisible( false );
|
||||
m_sliderTimeLine.stop();
|
||||
|
Loading…
x
Reference in New Issue
Block a user