1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

* Disable queue's tooltip for 0.5. Needs some more fixing.

This commit is contained in:
Christian Muehlhaeuser 2012-06-14 21:53:58 +02:00
parent 18bd293074
commit 7552ef4cce

View File

@ -52,7 +52,8 @@ QueueView::QueueView( AnimatedSplitter* parent )
ui->queue->setPlaylistModel( queueModel );
queueModel->setReadOnly( false );
ui->queue->setEmptyTip( tr( "The queue is currently empty. Drop something to enqueue it!" ) );
// ui->queue->setEmptyTip( tr( "The queue is currently empty. Drop something to enqueue it!" ) );
ui->queue->setEmptyTip( QString() );
connect( queueModel, SIGNAL( trackCountChanged( unsigned int ) ), SLOT( updateLabel() ) );
connect( ui->toggleButton, SIGNAL( clicked() ), SLOT( show() ) );