mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refactor: Rename remaining "black" identifiers
This commit is contained in:
36
tests/simpluginfsxp3d/testsimpluginfsxp3d.h
Normal file
36
tests/simpluginfsxp3d/testsimpluginfsxp3d.h
Normal file
@@ -0,0 +1,36 @@
|
||||
// SPDX-FileCopyrightText: Copyright (C) 2018 swift Project Community / Contributors
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#ifndef SWIFT_SIMPLUGINFSXP3D_TESTFSXP3DCOMMON_H
|
||||
#define SWIFT_SIMPLUGINFSXP3D_TESTFSXP3DCOMMON_H
|
||||
|
||||
//! \cond PRIVATE_TESTS
|
||||
//! \file
|
||||
//! \ingroup testsimplugin
|
||||
|
||||
#include "test.h"
|
||||
#include <QObject>
|
||||
|
||||
namespace SwiftSimPluginFsxP3D
|
||||
{
|
||||
//! FSX/P3D common tests
|
||||
class CSimPluginFsxP3d : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! Standard test case constructor
|
||||
explicit CSimPluginFsxP3d(QObject *parent = nullptr) : QObject(parent) {}
|
||||
|
||||
private slots:
|
||||
//! Resolve SimConnect Symbols
|
||||
void resolveSymbols();
|
||||
|
||||
//! Request IDs
|
||||
void requestIds();
|
||||
};
|
||||
} // namespace
|
||||
|
||||
//! \endcond
|
||||
|
||||
#endif // guard
|
||||
Reference in New Issue
Block a user