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

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