This commit is contained in:
fourtf
2017-01-04 15:12:31 +01:00
parent 4716894027
commit 7a7b714e78
15 changed files with 437 additions and 18 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#include "lambdaqrunnable.h"
LambdaQRunnable::LambdaQRunnable(std::function<bool ()> action)
LambdaQRunnable::LambdaQRunnable(std::function<void ()> action)
{
this->action = action;
}