diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-13 16:56:44 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-13 16:56:44 +0000 |
| commit | 1d93bac0bd12765a6b6558c73c42ebc4cc39a625 (patch) | |
| tree | bc92f3e4659182033e877fdc914ec18801c14466 /src/qmmpui/playlistmodel.h | |
| parent | ef99712682b1f35c6247d24685173e1d9d276922 (diff) | |
| download | qmmp-1d93bac0bd12765a6b6558c73c42ebc4cc39a625.tar.gz qmmp-1d93bac0bd12765a6b6558c73c42ebc4cc39a625.tar.bz2 qmmp-1d93bac0bd12765a6b6558c73c42ebc4cc39a625.zip | |
removed playlistcontainer.h from public headers
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3594 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 895719dcd..9acb6fe35 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -28,14 +28,14 @@ #include <QPointer> #include <QVector> #include "playlistitem.h" - - -#include "playlistcontainer.h" +#include "playlisttrack.h" +#include "playlistgroup.h" class FileLoader; class PlayState; class PlayListFormat; class PlayListModel; +class PlayListContainer; /*! @brief Helper class that keeps track of a view's selected items. * @@ -444,7 +444,7 @@ private: FileLoader *m_loader; bool m_shuffle; QString m_name; - PlayListContainer m_container; + PlayListContainer *m_container; }; #endif |
