Skip to content

Instantly share code, notes, and snippets.

#ifndef PROMISE_FACTORY_H
#define PROMISE_FACTORY_H
#include <QQmlComponent>
#include <QQmlEngine>
#include <QJSValue>
// ### TODO: gs
static QHash<QObject *, QQmlEngine *> hash;