Use cmdRaw and cmdRawAt in TypesWidget

This commit is contained in:
itayc0hen 2020-03-20 20:14:12 +02:00 committed by Itay Cohen
parent 1849568c5f
commit 638c838e6f

View File

@ -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();
} }