mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 02:25:26 +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;
|
||||
}
|
||||
QTextStream fileOut(&file);
|
||||
fileOut << Core()->cmd("tc");
|
||||
fileOut << Core()->cmdRaw("tc");
|
||||
file.close();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user