mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:00:05 +00:00
MapContext has a GlContext instead of MapContext is a GlContext
This commit is contained in:
parent
58f2609fe7
commit
2d4ad2737e
31 changed files with 147 additions and 307 deletions
|
|
@ -2,13 +2,7 @@
|
|||
|
||||
#include <qmaplibre.hpp>
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
namespace qt
|
||||
{
|
||||
namespace map
|
||||
{
|
||||
namespace RadarRangeLayer
|
||||
namespace scwx::qt::map::RadarRangeLayer
|
||||
{
|
||||
|
||||
void Add(std::shared_ptr<QMapLibre::Map> map,
|
||||
|
|
@ -19,7 +13,4 @@ void Update(std::shared_ptr<QMapLibre::Map> map,
|
|||
float range,
|
||||
QMapLibre::Coordinate center);
|
||||
|
||||
} // namespace RadarRangeLayer
|
||||
} // namespace map
|
||||
} // namespace qt
|
||||
} // namespace scwx
|
||||
} // namespace scwx::qt::map::RadarRangeLayer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue