Playlist "works"
This commit is contained in:
parent
4c0bffeb6f
commit
65c1011b8a
14 changed files with 710 additions and 19 deletions
|
|
@ -17,6 +17,7 @@ class MainWindow;
|
|||
#include "XmmsQT4.h"
|
||||
#include "MainDisplay.h"
|
||||
#include "ShadedDisplay.h"
|
||||
#include "Playlist.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
@ -46,6 +47,7 @@ class MainWindow : public QMainWindow
|
|||
XMMSHandler *m_handler;
|
||||
MainDisplay *m_display;
|
||||
ShadedDisplay *m_shaded;
|
||||
PlaylistWindow *m_playlistwin;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue