mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
CTestFsxP3DCommon changed to the UNIT test style of the other unit tests
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
//! \file
|
||||
//! \ingroup testblacksimplugin
|
||||
|
||||
#include "test.h"
|
||||
#include <QObject>
|
||||
|
||||
namespace BlackSimPluginFsxP3D
|
||||
@@ -28,6 +29,9 @@ namespace BlackSimPluginFsxP3D
|
||||
explicit CTestFsxP3DCommon(QObject *parent = nullptr) : QObject(parent) {}
|
||||
|
||||
private slots:
|
||||
//! Resolve SimConnect Symbols
|
||||
void resolveSymbols();
|
||||
|
||||
//! Request IDs
|
||||
void requestIds();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user