支持显示版本号

This commit is contained in:
2024-05-12 15:39:01 +08:00
parent a569f6b63c
commit 89d14e7e96
13 changed files with 43 additions and 6 deletions

View File

@@ -48,5 +48,7 @@ private:
KernelInformation *kernelInformation;
void RefreshKernelList();
void RefreshKernelListView(KernelInformation *info, bool showLocalArchOnly = true);
int kernelNumber = 0;
};
#endif // MAINWINDOW_H