Mixxx

/home/maxime/Projets/Mixxx/1.10/mixxx/src/script/recorder.cpp

Go to the documentation of this file.
00001 #include "recorder.h"
00002 
00003 Recorder::Recorder(QString* macro) {
00004         m_macro = macro;
00005 }
00006 
00007 Recorder::~Recorder() {
00008 }
00009 
00010 QString* Recorder::getMacro() {
00011         return m_macro;
00012 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines