summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/macplist/app/main.cpp
blob: 6647fda7816bed1227b1c9f92111db62d0082afe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0


#include <QtWidgets/QApplication>

int main(int argc, char **argv)
{
    QApplication app(argc, argv);

    return 0;
}