-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule maplibre-native-qt
updated
12 files
+14 −14 | .github/workflows/Android.yml | |
+4 −4 | .github/workflows/Linux.yml | |
+3 −3 | .github/workflows/Windows.yml | |
+3 −3 | .github/workflows/iOS.yml | |
+50 −9 | .github/workflows/macOS.yml | |
+1 −1 | .pre-commit-config.yaml | |
+17 −2 | src/core/map.cpp | |
+26 −0 | src/widgets/gl_widget.cpp | |
+7 −0 | src/widgets/gl_widget.hpp | |
+10 −0 | test/qml/CMakeLists.txt | |
+13 −0 | test/qml/qt6/tst_style_parameters.qml | |
+12 −0 | test/widgets/gl_tester.cpp |