Namespace cleanup

This commit is contained in:
Dan Paulat 2021-08-08 08:24:40 -05:00
parent c22db501b3
commit 5a97d99a34
20 changed files with 88 additions and 46 deletions

View file

@ -1,8 +1,7 @@
#include "map_widget.hpp"
#include <scwx/qt/map/map_widget.hpp>
#include <scwx/qt/gl/gl.hpp>
#include <scwx/qt/map/radar_layer.hpp>
#include <scwx/qt/map/radar_range_layer.hpp>
#include <scwx/qt/util/gl.hpp>
#include <QApplication>
#include <QColor>
@ -17,6 +16,8 @@ namespace scwx
{
namespace qt
{
namespace map
{
typedef std::pair<std::string, std::string> MapStyle;
@ -46,7 +47,7 @@ public:
}
~MapWidgetImpl() = default;
OpenGLFunctions gl_;
gl::OpenGLFunctions gl_;
QMapboxGLSettings settings_;
std::shared_ptr<QMapboxGL> map_;
@ -266,5 +267,6 @@ void MapWidget::mapChanged(QMapboxGL::MapChange mapChange)
}
}
} // namespace map
} // namespace qt
} // namespace scwx