DCDiag: add dbus interface

This commit is contained in:
2025-05-27 12:59:12 +02:00
parent 58c99753a9
commit efe56672ff
3 changed files with 9 additions and 3 deletions

View File

@@ -133,7 +133,7 @@ PLUGIN_STATE ATBDeviceControllerPlugin::initDCPlugin(QObject *eventReceiver, con
qCritical() << "ATBDeviceControllerPlugin: Set printer encoding to " << printerEncoding;
}
this->diag->init(this->hw, this->eventReceiver);
this->diag->init(this->hw, this->dbus, this->eventReceiver);
this->pluginState = PLUGIN_STATE::INITIALIZED;