mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 23:40:04 +00:00
Namespace cleanup
This commit is contained in:
parent
c22db501b3
commit
5a97d99a34
20 changed files with 88 additions and 46 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <scwx/qt/util/gl.hpp>
|
||||
#include <scwx/qt/gl/gl.hpp>
|
||||
#include <scwx/qt/view/radar_view.hpp>
|
||||
|
||||
#include <QMapboxGL>
|
||||
|
|
@ -9,6 +9,8 @@ namespace scwx
|
|||
{
|
||||
namespace qt
|
||||
{
|
||||
namespace map
|
||||
{
|
||||
|
||||
class RadarLayerImpl;
|
||||
|
||||
|
|
@ -18,7 +20,7 @@ class RadarLayer : public QObject, public QMapbox::CustomLayerHostInterface
|
|||
|
||||
public:
|
||||
explicit RadarLayer(std::shared_ptr<view::RadarView> radarView,
|
||||
OpenGLFunctions& gl);
|
||||
gl::OpenGLFunctions& gl);
|
||||
~RadarLayer();
|
||||
|
||||
void initialize() override final;
|
||||
|
|
@ -36,5 +38,6 @@ private:
|
|||
std::unique_ptr<RadarLayerImpl> p;
|
||||
};
|
||||
|
||||
} // namespace map
|
||||
} // namespace qt
|
||||
} // namespace scwx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue