Commit 2e436947 authored by Christophe Mutricy's avatar Christophe Mutricy

Add a tooltip

parent 28825619
......@@ -137,7 +137,8 @@ StandardPLPanel::StandardPLPanel( PlaylistWidget *_parent,
buttons->addWidget( repeatButton );
/* Goto */
gotoPlayingButton = new QPushButton( qtr( "X" ), this );
gotoPlayingButton = new QPushButton( "X" , this );
gotoPlayingButton->setToolTip( qtr( "Show the current item" ));
BUTTONACT( gotoPlayingButton, gotoPlayingItem() );
buttons->addWidget( gotoPlayingButton );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment