mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 04:30:05 +00:00
Fix merge conflict during rebasing of rework_layer_text
This commit is contained in:
parent
c139b156ee
commit
ab682567c6
1 changed files with 0 additions and 8 deletions
|
|
@ -111,19 +111,11 @@ int16_t MapContext::radar_product_code() const
|
||||||
return p->radarProductCode_;
|
return p->radarProductCode_;
|
||||||
}
|
}
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
QMapLibre::CustomLayerRenderParameters MapContext::render_parameters() const
|
|
||||||
{
|
|
||||||
return p->renderParameters_;
|
|
||||||
}
|
|
||||||
|
|
||||||
QWidget* MapContext::widget() const
|
QWidget* MapContext::widget() const
|
||||||
{
|
{
|
||||||
return p->widget_;
|
return p->widget_;
|
||||||
}
|
}
|
||||||
|
|
||||||
>>>>>>> 513a41d3 (Inital code for per map layer ImGui contexts)
|
|
||||||
void MapContext::set_map(const std::shared_ptr<QMapLibre::Map>& map)
|
void MapContext::set_map(const std::shared_ptr<QMapLibre::Map>& map)
|
||||||
{
|
{
|
||||||
p->map_ = map;
|
p->map_ = map;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue