forked from qt-creator/qt-creator
QmlPuppet: Register fonts at scene creation
Automatically register all fonts from 'fonts' folder at scene creation. Fixes: QDS-3624 Change-Id: I38728e458952ea52c941244daaca715102a93c55 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -41,6 +41,7 @@ QDebug operator <<(QDebug debug, const CreateSceneCommand &command)
|
||||
<< "imports: " << command.imports << ", "
|
||||
<< "mockupTypes: " << command.mockupTypes << ", "
|
||||
<< "fileUrl: " << command.fileUrl << ", "
|
||||
<< "resourceUrl: " << command.resourceUrl << ", "
|
||||
<< "edit3dToolStates: " << command.edit3dToolStates << ", "
|
||||
<< "language: " << command.language << ")";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user