~mixxxdevelopers/mixxx/trunk

« back to all changes in this revision

Viewing changes to mixxx/src/library/rhythmboxfeature.h

  • Committer: Raffitea
  • Date: 2011-01-07 00:44:11 UTC
  • mfrom: (2616.1.25 traktor_library)
  • Revision ID: raffitea-20110107004411-lz9m8mnny3sf86rq
Merging from lp:~mixxxdevelopers/mixxx/traktor_library
* support for n-level childmodels in sidebar
* M3U and PLS playlist import

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#include <QStringListModel>
8
8
 
9
9
#include "library/libraryfeature.h"
 
10
#include "treeitemmodel.h"
10
11
 
11
12
class RhythmboxPlaylistModel;
12
13
class RhythmboxTrackModel;
27
28
    bool dragMoveAccept(QUrl url);
28
29
    bool dragMoveAcceptChild(const QModelIndex& index, QUrl url);
29
30
 
30
 
    QAbstractItemModel* getChildModel();
 
31
    TreeItemModel* getChildModel();
31
32
 
32
33
public slots:
33
34
    void activate();
40
41
    RhythmboxPlaylistModel* m_pRhythmboxPlaylistModel;
41
42
    ProxyTrackModel* m_pTrackModelProxy;
42
43
    ProxyTrackModel* m_pPlaylistModelProxy;
43
 
    QStringListModel m_childModel;
 
44
    TreeItemModel m_childModel;
44
45
};
45
46
 
46
47
#endif /* RHYTHMBOXFEATURE_H */