Derive interface from QObject (to enable usage of qobject_cast) and UnifiedDCVMCInterface.
This commit is contained in:
		@@ -16,7 +16,7 @@ namespace nsDeviceControllerInterface {
 | 
			
		||||
    using TICKET_VARIANT = ATBAPPplugin::TICKET_VARIANT;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
class DeviceControllerInterface : public UnifiedDCVMCInterface
 | 
			
		||||
class DeviceControllerInterface : public QObject, public UnifiedDCVMCInterface
 | 
			
		||||
{
 | 
			
		||||
    Q_OBJECT
 | 
			
		||||
    Q_INTERFACES(ATBAPPplugin)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user