18 #ifndef PLUGININCUBATOR_H
19 #define PLUGININCUBATOR_H
21 #include <QLoggingCategory>
23 #include <QQmlIncubator>
24 #include <QQmlComponent>
28 Q_DECLARE_LOGGING_CATEGORY(PLUGIN_INCUBATOR)
36 void setSourceUrl(QQmlEngine *engine,
const QUrl &source);
44 virtual void statusChanged(Status status)
override;
47 QQmlComponent *m_comp;
50 typedef QList<PluginIncubator *> IncubatorList;
52 #endif // PLUGININCUBATOR_H