2#include <ossia/detail/config.hpp>
8template <
typename T,
typename Fun>
9inline void run_async(T* self, Fun&& fun, Qt::ConnectionType type = Qt::QueuedConnection)
11 QMetaObject::invokeMethod(self, std::forward<Fun>(fun), type);
Definition qml_device.cpp:43