OSSIA
Open Scenario System for Interactive Application
Loading...
Searching...
No Matches
invoke.hpp
1
#pragma once
2
3
#include <QMetaObject>
4
5
namespace
ossia::qt
6
{
7
8
template
<
typename
T,
typename
Fun>
9
inline
void
run_async(T* self, Fun&& fun)
10
{
11
QMetaObject::invokeMethod(self, std::forward<Fun>(fun), Qt::QueuedConnection);
12
}
13
14
}
src
ossia-qt
invoke.hpp
Generated on Mon Mar 31 2025 23:58:28 for OSSIA by
1.9.8