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:
parent
18bd293074
commit
7552ef4cce
@ -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() ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user