Minor: remove initPlugin()-implementation.

This commit is contained in:
Gerhard Hoffmann 2023-11-16 08:40:06 +01:00
parent 62c3758bd1
commit ed99b7f3a3

View File

@ -24,10 +24,6 @@ class DeviceControllerInterface : public QObject, public UnifiedDCVMCInterface
public:
virtual PLUGIN_STATE initPlugin(QObject *eventReceiver, QSettings const &settings) override {
return initDCPlugin(eventReceiver, settings);
}
virtual ~DeviceControllerInterface() {}
/**