Commit a0c06b1d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt, playlist: privatize a slot

parent c7b21661
......@@ -101,13 +101,14 @@ private:
public slots:
void setRoot( playlist_item_t * );
void browseInto( const QModelIndex& );
void browseInto( );
private slots:
void deleteSelection();
void handleExpansion( const QModelIndex& );
void handleRootChange();
void activate( const QModelIndex & );
void browseInto();
void browseInto( input_item_t * );
void gotoPlayingItem();
......
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