![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlcodemodelmanager_p.h>
Public Attributes | |
QByteArray | url |
std::unique_ptr< QQmlCodeModel > | codeModel |
bool | managedByClient = false |
bool | toBeClosed = false |
Definition at line 35 of file qqmlcodemodelmanager_p.h.
std::unique_ptr<QQmlCodeModel> QmlLsp::QQmlWorkspace::codeModel |
Definition at line 38 of file qqmlcodemodelmanager_p.h.
bool QmlLsp::QQmlWorkspace::managedByClient = false |
Definition at line 39 of file qqmlcodemodelmanager_p.h.
bool QmlLsp::QQmlWorkspace::toBeClosed = false |
Definition at line 40 of file qqmlcodemodelmanager_p.h.
QByteArray QmlLsp::QQmlWorkspace::url |
Definition at line 37 of file qqmlcodemodelmanager_p.h.