mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-24 10:33:15 +08:00
Update RPC.cpp
This commit is contained in:
parent
12b9c81e94
commit
84f935c3d1
@ -10,7 +10,7 @@ namespace API {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#define CHECK(method) \
|
#define CHECK(method) \
|
||||||
if (!Configs::dataStore->core_running) MW_show_log("Cannot invoke method" + QString(method) + ", core is not running");
|
if (!Configs::dataStore->core_running) MW_show_log("Cannot invoke method " + QString(method) + ", core is not running");
|
||||||
|
|
||||||
#define NOT_OK \
|
#define NOT_OK \
|
||||||
*rpcOK = false; \
|
*rpcOK = false; \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user