summaryrefslogtreecommitdiffstats
path: root/src/sensors/doc/snippets/sensors/main.cpp
blob: d53eb0392d77b0c59fb3c02adc7af02e4c527c18 (plain)
1
2
3
4
5
6
7
8
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

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