summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_generating_cpp_exports/test_autogenerating_cpp_exports_custom_name/module_api.cpp
blob: e77895e719a1eab842650c559b5a817baeb41fde (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#include "module_api.h"

void TestApi::dummy()
{
    // Do nothing
}