支持显示内核

This commit is contained in:
2024-04-22 22:47:42 +08:00
parent 5110628c24
commit 7ca314116c
5 changed files with 161 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
#define MAINWINDOW_H
#include <QMainWindow>
#include "kernelinformation.h"
QT_BEGIN_NAMESPACE
namespace Ui { class MainWindow; }
@@ -17,5 +18,7 @@ public:
private:
Ui::MainWindow *ui;
void RefreshKernelList();
void RefreshKernelListView(KernelInformation *info);
};
#endif // MAINWINDOW_H