JuliaGraphics / QML.jl

Build Qt6 QML interfaces for Julia programs.
Other
386 stars 35 forks source link

Fix warnings during testing #177

Open ufechner7 opened 1 year ago

ufechner7 commented 1 year ago

When running the tests, there are a lot of warnings like:

│  WARNING: Makie.MakieLayout is deprecatedThe module `MakieLayout` has been removed and integrated into Makie, so simply replace all usage of `MakieLayout` with `Makie`.

Most likely they are easy to fix.