File indexing completed on 2024-05-12 04:45:57

0001 #pragma once
0002 #include <mauilist.h>
0003 #include <QObject>
0004 
0005 class PlaylistModel : public MauiList
0006 {
0007 public:
0008     PlaylistModel();
0009 };