Change playlist to use Esperanza's playlistmodel
This commit is contained in:
parent
85cf6a8d1c
commit
503385309b
96 changed files with 2010 additions and 412 deletions
17
src/MedialibWindow.h
Normal file
17
src/MedialibWindow.h
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#ifndef __MEDIALIBWINDOW_H__
|
||||
#define __MEDIALIBWINDOW_H__
|
||||
|
||||
#include "MedialibView.h"
|
||||
#include <QMainWindow>
|
||||
|
||||
class MedialibWindow : public QMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
MedialibWindow (QWidget *parent);
|
||||
|
||||
private:
|
||||
QTreeView *m_view;
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue