]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/gototime.cpp
Added window roles for X11
[vlc] / modules / gui / qt4 / dialogs / gototime.cpp
index 78ecbc1e84e4e7b55dbed804648ba2abe775c442..5832acd52ffa377fe6011ce99a430c8a974f1832 100644 (file)
@@ -41,6 +41,7 @@ GotoTimeDialog::GotoTimeDialog( QWidget *parent, intf_thread_t *_p_intf)
 {
     setWindowFlags( Qt::Tool );
     setWindowTitle( qtr( "Go to Time" ) );
+    setWindowRole( "vlc-goto-time" );
 
     QGridLayout *mainLayout = new QGridLayout( this );
     mainLayout->setSizeConstraint( QLayout::SetFixedSize );