mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
24 lines
393 B
C++
24 lines
393 B
C++
// SPDX-FileCopyrightText: Copyright (C) 2015 swift Project Community / Contributors
|
|
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
|
|
|
//! \cond PRIVATE_TESTS
|
|
|
|
/*!
|
|
* \file
|
|
* \ingroup testblackgui
|
|
*/
|
|
|
|
#ifndef BLACKGUITEST_TESTUTILS_H
|
|
#define BLACKGUITEST_TESTUTILS_H
|
|
|
|
#include <QObject>
|
|
|
|
namespace BlackGuiTest
|
|
{
|
|
|
|
} // namespace
|
|
|
|
//! \endcond
|
|
|
|
#endif // guard
|