修复农历控件不支持Qt6.2+msvc2019的BUG

This commit is contained in:
feiyangqingyun
2022-07-21 19:58:07 +08:00
parent 977f4aed8b
commit cab8727c5b
2 changed files with 2 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ void DeviceSizeTable::load()
}
#else
process->start("df -h");
process->start("df", QStringList() << "-h");
#endif
}