Mixxx

/home/maxime/Projets/Mixxx/1.10/mixxx/src/engine/syncworker.h

Go to the documentation of this file.
00001 #ifndef SYNCWORKER_H
00002 #define SYNCWORKER_H
00003 
00004 #include <QObject>
00005 
00006 #include "engine/engineworker.h"
00007 
00008 class EngineWorkerScheduler;
00009 
00010 class SyncWorker : public EngineWorker {
00011     Q_OBJECT
00012   public:
00013     explicit SyncWorker(EngineWorkerScheduler* pScheduler);
00014     virtual ~SyncWorker();
00015 
00016     void run();
00017     void schedule();
00018 };
00019 
00020 #endif /* SYNCWORKER_H */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines