NOISSUE Granular instance reload

This commit is contained in:
Petr Mrázek
2016-10-03 00:55:54 +02:00
parent bbe139dce5
commit d66fdcd4cc
28 changed files with 1507 additions and 1005 deletions

View File

@ -1,8 +1,9 @@
#pragma once
#include "Task.h"
#include "multimc_logic_export.h"
class ThreadTask : public Task
class MULTIMC_LOGIC_EXPORT ThreadTask : public Task
{
Q_OBJECT
public: