-
-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎯 Make QuickQanava warning-free with respect to qmllint
#248
Comments
cneben
added a commit
that referenced
this issue
Sep 8, 2024
Still don't work. WIP. Signed-off-by: cneben <[email protected]>
cneben
added a commit
that referenced
this issue
Sep 8, 2024
…curs. WIP, still not working. Define an explicit ressource file ? Signed-off-by: cneben <[email protected]>
cneben
added a commit
that referenced
this issue
Sep 8, 2024
Signed-off-by: cneben <[email protected]>
cneben
added a commit
that referenced
this issue
Sep 8, 2024
WIP. Incredibly faster with qmlc... Signed-off-by: cneben <[email protected]>
cneben
added a commit
that referenced
this issue
Sep 8, 2024
Signed-off-by: cneben <[email protected]>
Note for self: BTW, using qmltc (https://doc.qt.io/qt-6/qtqml-qml-type-compiler.html) for node / edge component could be interesting. |
cneben
added a commit
that referenced
this issue
Sep 8, 2024
Signed-off-by: cneben <[email protected]>
cneben
added a commit
that referenced
this issue
Sep 22, 2024
Signed-off-by: cneben <[email protected]>
cneben
added a commit
that referenced
this issue
Sep 22, 2024
…module. Signed-off-by: cneben <[email protected]>
cneben
added a commit
that referenced
this issue
Sep 22, 2024
Signed-off-by: cneben <[email protected]>
cneben
added a commit
that referenced
this issue
Sep 22, 2024
Signed-off-by: cneben <[email protected]>
cneben
added a commit
that referenced
this issue
Sep 22, 2024
Signed-off-by: cneben <[email protected]>
cneben
added a commit
that referenced
this issue
Sep 22, 2024
Signed-off-by: cneben <[email protected]>
cneben
changed the title
Make QuickQanava warning-free with respect to
🎯 Make QuickQanava warning-free with respect to Sep 22, 2024
qmllint
qmllint
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In recent versions of Qt (at least since 6.7.2), the tool
qmllint
has become much more helpful. We are using it now on a regular basis to validate our QML code.In this process, I have seen that
QuickQanava
does not currently work well withqmllint
. Just using QuickQanava in a project will trigger a large number of warnings, for example:There are quite a lot more related warnings.
When using modern cmake features on QuickQanava, all the types should be automatically detected and exported with the module. There is no longer a need to maintain manually the
qmldir
files.The text was updated successfully, but these errors were encountered: