]> git.sur5r.net Git - minitube/blob - src/playlistwidget.h
37208a0e92c51819c32d5e390d4a640f1e84ffc7
[minitube] / src / playlistwidget.h
1 #ifndef PLAYLISTWIDGET_H
2 #define PLAYLISTWIDGET_H
3
4 #include <QtGui>
5 #include "segmentedcontrol.h"
6
7 class PlaylistWidget : public QWidget
8 {
9 public:
10     PlaylistWidget(QWidget *parent, SegmentedControl *tabBar, QListView *listView);
11 };
12
13 #endif // PLAYLISTWIDGET_H