mirror of
https://github.com/logos-blockchain/logos-blockchain-module.git
synced 2026-05-03 16:03:10 +00:00
update flake
This commit is contained in:
parent
8fc7fb6d04
commit
b6e5bbdd42
@ -405,13 +405,5 @@ int LogosBlockchainModule::generate_user_config_from_str(const QString& args) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void LogosBlockchainModule::emitEvent(const QString& eventName, const QVariantList& data) {
|
void LogosBlockchainModule::emitEvent(const QString& eventName, const QVariantList& data) {
|
||||||
if (!logosAPI) {
|
emit eventResponse(eventName, data);
|
||||||
qWarning() << "LogosBlockchainModule: LogosAPI not available, cannot emit" << eventName;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (!client) {
|
|
||||||
qWarning() << "LogosBlockchainModule: Failed to get liblogos_blockchain_module client for event" << eventName;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
client->onEventResponse(this, eventName, data);
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user