Add usz alias for std::size_t

This commit is contained in:
Nekotekina 2020-12-18 10:39:54 +03:00
parent 360c4d1554
commit fb29933d3d
173 changed files with 718 additions and 717 deletions

View file

@ -759,8 +759,8 @@ void patch_manager_dialog::dropEvent(QDropEvent* event)
log_message.clear();
size_t count = 0;
size_t total = 0;
usz count = 0;
usz total = 0;
if (patch_engine::import_patches(patches, imported_patch_yml_path, count, total, &log_message))
{