forked from quickshell/quickshell
core/qmljson: add support for synthesized .qml.json files
This commit is contained in:
parent
6026c4ce27
commit
5193426cd7
5 changed files with 112 additions and 18 deletions
|
@ -30,7 +30,7 @@ EngineGeneration::EngineGeneration(const QDir& rootPath, QmlScanner scanner)
|
|||
: rootPath(rootPath)
|
||||
, scanner(std::move(scanner))
|
||||
, urlInterceptor(this->rootPath)
|
||||
, interceptNetFactory(this->scanner.qmldirIntercepts)
|
||||
, interceptNetFactory(this->scanner.fileIntercepts)
|
||||
, engine(new QQmlEngine()) {
|
||||
g_generations.insert(this->engine, this);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue