CTestFsxP3DCommon changed to the UNIT test style of the other unit tests

This commit is contained in:
Klaus Basan
2018-09-28 19:55:16 +02:00
parent d37a6cd20d
commit 7c42818f44
9 changed files with 28 additions and 189 deletions

View File

@@ -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();
};