初步实现版本号切割

This commit is contained in:
2024-05-18 15:36:03 +08:00
parent ee34925def
commit ebe3473d15
5 changed files with 112 additions and 2 deletions

View File

@@ -47,6 +47,8 @@ private slots:
void on_m_kernelShow_doubleClicked(const QModelIndex &index);
void on_actionSourceforge_triggered();
private:
Ui::MainWindow *ui;
KernelInformation *kernelInformation;