Skip to content

Commit

Permalink
update core library, fix locale when requesting map list
Browse files Browse the repository at this point in the history
  • Loading branch information
Karry committed Sep 23, 2023
1 parent b1698bd commit cbb54b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/libosmscout
Submodule libosmscout updated 34 files
+1 −0 Demos/src/QtWidgetsDemoApp.cpp
+4 −0 Tests/src/HeaderCheck.cpp
+2 −0 Tests/src/StringUtils.cpp
+3 −3 cmake/libosmscoutConfig.cmake.in
+0 −2 libosmscout-client-qt/CMakeLists.txt
+0 −1 libosmscout-client-qt/include/meson.build
+3 −1 libosmscout-client-qt/include/osmscoutclientqt/DBJob.h
+4 −4 libosmscout-client-qt/include/osmscoutclientqt/DBThread.h
+1 −0 libosmscout-client-qt/include/osmscoutclientqt/IconAnimation.h
+3 −0 libosmscout-client-qt/include/osmscoutclientqt/IconLookup.h
+2 −0 libosmscout-client-qt/include/osmscoutclientqt/LookupModule.h
+1 −0 libosmscout-client-qt/include/osmscoutclientqt/MapRenderer.h
+1 −0 libosmscout-client-qt/include/osmscoutclientqt/SearchModule.h
+2 −0 libosmscout-client-qt/include/osmscoutclientqt/StyleModule.h
+0 −1 libosmscout-client-qt/src/meson.build
+12 −11 libosmscout-client-qt/src/osmscoutclientqt/DBJob.cpp
+7 −7 libosmscout-client-qt/src/osmscoutclientqt/DBThread.cpp
+2 −2 libosmscout-client-qt/src/osmscoutclientqt/IconLookup.cpp
+6 −6 libosmscout-client-qt/src/osmscoutclientqt/LookupModule.cpp
+1 −1 libosmscout-client-qt/src/osmscoutclientqt/MapManager.cpp
+10 −7 libosmscout-client-qt/src/osmscoutclientqt/MapRenderer.cpp
+13 −10 libosmscout-client-qt/src/osmscoutclientqt/MapWidget.cpp
+3 −3 libosmscout-client-qt/src/osmscoutclientqt/POILookupModule.cpp
+8 −8 libosmscout-client-qt/src/osmscoutclientqt/SearchModule.cpp
+2 −2 libosmscout-client-qt/src/osmscoutclientqt/TiledMapRenderer.cpp
+3 −1 libosmscout-client/CMakeLists.txt
+1 −0 libosmscout-client/include/meson.build
+78 −48 libosmscout-client/include/osmscoutclient/DBInstance.h
+2 −2 libosmscout-client/meson.build
+1 −0 libosmscout-client/src/meson.build
+19 −38 libosmscout-client/src/osmscoutclient/DBInstance.cpp
+1 −1 libosmscout/include/osmscout/log/Logger.h
+15 −8 libosmscout/src/osmscout/util/String.cpp
+1 −1 stylesheets/motorways.ost
2 changes: 2 additions & 0 deletions src/TrackElevationChartWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

#include "TrackElevationChartWidget.h"

#include <QElapsedTimer>

TrackElevationChartWidget::TrackElevationChartWidget(QQuickItem* parent)
:osmscout::ElevationChartWidget(parent)
{
Expand Down

0 comments on commit cbb54b6

Please sign in to comment.