summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/qt-namespace/main.cpp
blob: f0de9b1b826fc7d4adf9ce232219cfd456baeed2 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

#include <Qt>

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