6#include <private/qtqmlglobal_p.h>
7#include <QtQml/qqmlextensionplugin.h>
16#if QT_CONFIG(qml_worker_script)
17void qml_register_types_QtQml_WorkerScript();
18Q_GHS_KEEP_REFERENCE(qml_register_types_QtQml_WorkerScript);
21bool QQmlMetaDependencies::collect() {
23#if QT_CONFIG(qml_worker_script)
24 volatile auto workerScript = &qml_register_types_QtQml_WorkerScript;
25 return models && workerScript;
Combined button and popup list for selecting options.