summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_plugin_class_name/plugin.cpp.in
blob: 513c79ca83a2d0c96da3d5acc7ab1f80ed1204c5 (plain)
1
2
3
4
5
6
// Copyright (C) 2025 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

class @PLUGIN_CLASS_NAME@ {
    // noop
};