Commit 4107b253 authored by Erwan Tulou's avatar Erwan Tulou

Qt: fix missing slot (playlist entry of popupmenu)

parent b8ae32d9
......@@ -107,9 +107,6 @@ public:
virtual bool action( QAction *action, const QModelIndexList &indexes );
virtual bool isSupportedAction( actions action, const QModelIndex & ) const;
/* VLCModelSubInterface indirect slots */
virtual void activateItem( const QModelIndex &index );
protected:
/* VLCModel subclassing */
bool isParent( const QModelIndex &index, const QModelIndex &current) const;
......@@ -164,6 +161,7 @@ private slots:
void processItemRemoval( int i_pl_itemid );
void processItemAppend( int i_pl_itemid, int i_pl_itemidparent );
void activateItem( playlist_item_t *p_item );
void activateItem( const QModelIndex &index );
};
class PlMimeData : public QMimeData
......
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