Mixxx

/home/maxime/Projets/Mixxx/1.10/mixxx/src/baseplayer.cpp

Go to the documentation of this file.
00001 #include "baseplayer.h"
00002 
00003 BasePlayer::BasePlayer(QObject* pParent, QString group)
00004         : QObject(pParent),
00005           m_group(group) {
00006 }
00007 
00008 BasePlayer::~BasePlayer() {
00009 
00010 }
00011 
00012 const QString BasePlayer::getGroup() {
00013     return m_group;
00014 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines