Do not derive UnifiedDCVMCInterface from QObject. Otherwise we can not load VMCInterface.

This commit is contained in:
Gerhard Hoffmann 2023-11-14 13:36:04 +01:00
parent 0f6e666124
commit 5f7fc7f168

View File

@ -11,13 +11,8 @@
#include "ATBAPPplugin.h"
class ATBHMIconfig;
class AppControl;
class ATBSystem;
class UnifiedDCVMCInterface : public QObject, public ATBAPPplugin {
Q_OBJECT
class UnifiedDCVMCInterface : public ATBAPPplugin {
Q_INTERFACES(ATBAPPplugin)
public: