summaryrefslogtreecommitdiff
path: root/src/location/doc/snippets/places/main.cpp
blob: a15dd072d5e9b5050e2241387ff72e84beada114 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

#include "requesthandler.h"

int main(int /*argc*/, char ** /*argv*/)
{
    return 0;
}