![]() |
Mixxx
|
00001 // libraryfeature.cpp 00002 // Created 8/17/2009 by RJ Ryan (rryan@mit.edu) 00003 00004 #include <QStringListModel> 00005 00006 #include "library/libraryfeature.h" 00007 00008 LibraryFeature::LibraryFeature(QObject* parent) 00009 : QObject(parent) { 00010 } 00011