Playlist "works"

This commit is contained in:
Tobias Rundstrom 2006-02-26 02:36:20 -03:00
parent 4c0bffeb6f
commit 65c1011b8a
14 changed files with 710 additions and 19 deletions

View file

@ -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;
};