summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_generating_cpp_exports/test_autogenerating_cpp_exports_custom_name/module_api.cpp
blob: 53eab3ef6f8d13f01a55419626eda6891556fdb8 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2021 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

#include "module_api.h"

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