mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 18:38:51 +00:00
Update R2Task.cpp (#1790)
This commit is contained in:
parent
91c6142ab8
commit
75e98cb05d
@ -3,7 +3,7 @@
|
||||
|
||||
R2Task::R2Task(const QString &cmd, bool transient)
|
||||
{
|
||||
task = r_core_task_new(Core()->core_,
|
||||
task = r_core_task_new(Core()->core(),
|
||||
true,
|
||||
cmd.toLocal8Bit().constData(),
|
||||
static_cast<RCoreTaskCallback>(&R2Task::taskFinishedCallback),
|
||||
|
Loading…
Reference in New Issue
Block a user