mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 18:38:51 +00:00
Use cmdRaw and cmdRawAt in TypesWidget
This commit is contained in:
parent
1849568c5f
commit
638c838e6f
@ -273,7 +273,7 @@ void TypesWidget::on_actionExport_Types_triggered()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
QTextStream fileOut(&file);
|
QTextStream fileOut(&file);
|
||||||
fileOut << Core()->cmd("tc");
|
fileOut << Core()->cmdRaw("tc");
|
||||||
file.close();
|
file.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user