mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-11 00:29:57 +01:00
Mod Machine_info
Forgot QProcess::close()
This commit is contained in:
@@ -251,6 +251,7 @@ void Machine_info::init_get_cpu_info_winnt()
|
||||
QString WinGPURAMOutput = wingpuraminfo.readAllStandardOutput();
|
||||
pc.gpu.RAM=QString("RAM Total : %1 MB").arg(
|
||||
WinGPURAMOutput.toLongLong() /1024 / 1024);
|
||||
wingpuraminfo.close();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user