18 #ifndef PLAYLISTLISTVIEW_H
19 #define PLAYLISTLISTVIEW_H
25 class PlaylistListView :
public QListView
29 PlaylistListView(QWidget *parent = 0);
30 void dropEvent(QDropEvent* event) Q_DECL_OVERRIDE;
31 void keyPressEvent(QKeyEvent* event) Q_DECL_OVERRIDE;
37 #endif // PLAYLISTLISTVIEW_H