swift
testsimpluginfsxp3d.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (C) 2018 swift Project Community / Contributors
2 // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3 
4 #ifndef SWIFT_SIMPLUGINFSXP3D_TESTFSXP3DCOMMON_H
5 #define SWIFT_SIMPLUGINFSXP3D_TESTFSXP3DCOMMON_H
6 
10 
11 #include <QObject>
12 
13 #include "test.h"
14 
15 namespace SwiftSimPluginFsxP3D
16 {
18  class CSimPluginFsxP3d : public QObject
19  {
20  Q_OBJECT
21 
22  public:
24  explicit CSimPluginFsxP3d(QObject *parent = nullptr) : QObject(parent) {}
25 
26  private slots:
28  void resolveSymbols();
29 
31  void requestIds();
32  };
33 } // namespace SwiftSimPluginFsxP3D
34 
36 
37 #endif // SWIFT_SIMPLUGINFSXP3D_TESTFSXP3DCOMMON_H
CSimPluginFsxP3d(QObject *parent=nullptr)
Standard test case constructor.