1#pragma once
2
3#include <mbgl/style/light.hpp>
4#include <mbgl/style/conversion.hpp>
5
6namespace mbgl {
7namespace style {
8namespace conversion {
9
10template <>
11struct Converter<Light> {
12public:
13 optional<Light> operator()(const Convertible& value, Error& error) const;
14};
15
16} // namespace conversion
17} // namespace style
18} // namespace mbgl
19

source code of qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/light.hpp