]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/playlist/standardpanel.cpp
Improve drag&drop handling
[vlc] / modules / gui / qt4 / components / playlist / standardpanel.cpp
index 57b4b69311de286c73b554c6a1eb0cde92f2c001..c4f9acc009bd9da64004411f8a8fb1a1b35655e0 100644 (file)
@@ -217,6 +217,11 @@ void StandardPLPanel::setRoot( int i_root_id )
     model->rebuild( p_item );
 }
 
+void StandardPLPanel::removeItem( int i_id )
+{
+    model->removeItem( i_id );
+}
+
 void StandardPLPanel::keyPressEvent( QKeyEvent *e )
 {
     switch( e->key() )