mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-04 02:41:53 +00:00
The command had been renamed more than 2 years ago.
This commit is contained in:
parent
57cd3a733d
commit
276b53fd75
@ -2468,7 +2468,7 @@ QList<RzCorePluginDescription> CutterCore::getRCorePluginDescriptions()
|
|||||||
{
|
{
|
||||||
QList<RzCorePluginDescription> ret;
|
QList<RzCorePluginDescription> ret;
|
||||||
|
|
||||||
QJsonArray plugins = cmdj("Lsj").array();
|
QJsonArray plugins = cmdj("Lcj").array();
|
||||||
for (const QJsonValue &pluginValue : plugins) {
|
for (const QJsonValue &pluginValue : plugins) {
|
||||||
QJsonObject pluginObject = pluginValue.toObject();
|
QJsonObject pluginObject = pluginValue.toObject();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user