summaryrefslogtreecommitdiffstats
path: root/examples/positioning/weatherinfo/providerbackend.cpp
blob: 0a2a8dfc89f1ae380045f0d2219215bcf466bac4 (plain)
1
2
3
4
5
6
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

#include "providerbackend.h"

ProviderBackend::ProviderBackend(QObject *parent) : QObject(parent) { }