Do not derive UnifiedDCVMCInterface from QObject. Otherwise we can not load VMCInterface.
This commit is contained in:
		@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user