~daschuer/mixxx/autodj

« back to all changes in this revision

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

  • Committer: daschuer at gmx
  • Date: 2011-06-24 21:45:43 UTC
  • Revision ID: daschuer@gmx.de-20110624214543-hp261inms12mv2o0
fixed bug with double-entrys

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
#include "library/dao/playlistdao.h"
12
12
#include "configobject.h"
13
13
#include "treeitemmodel.h"
 
14
#include "dlgautodj.h"
14
15
 
15
16
class PlaylistTableModel;
16
17
class TrackCollection;
50
51
    PlaylistDAO& m_playlistDao;
51
52
    const static QString m_sAutoDJViewName;
52
53
    TreeItemModel m_childModel;
 
54
    DlgAutoDJ* m_pAutoDJView;
53
55
};
54
56
 
55
57