Mixxx

/home/maxime/Projets/Mixxx/1.10/mixxx/src/library/libraryfeature.cpp

Go to the documentation of this file.
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 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines