#include "Core.h" #include Core::Core() { } Core::~Core() { } void QInvoke::call(const std::function &f) { QTimer::singleShot(0, new QInvoke(f), SLOT(doInvoke())); }