summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/qgl-namespace/main.cpp
blob: 84a17e9254b6f51279ebbb1f5ac1202a78a6ee68 (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 <QGL>

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