aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/mcpserver/mcpservertest.h
blob: 0b34b69700cbeb412bd120614654bd4d0a4caf20 (plain)
1
2
3
4
5
6
7
8
// Copyright (C) 2025 David M. Cotter
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#pragma once

#ifdef WITH_TESTS
QObject *setupMCPServerTest();
#endif