Loading...
Searching...
No Matches
ThreadLocalQmlEngine.hpp
1#pragma once
2#include <functional>
3#include <memory>
4
5class QQmlEngine;
6namespace JS
7{
8std::shared_ptr<QQmlEngine> acquireThreadLocalEngine(const std::function<void(QQmlEngine&)>& onConstruction);
9}