diff --git a/README.md b/README.md index e03577af..3e6ffda0 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ If you have suggestions or ideas for this project, please submit issues and pull The current project is recommended to use version Qt6.2.0 or higher. +## Special + +The project is currently developed in my spare time. In order to improve the development efficiency, this project uses GitHub Copilot to assist in code writing. The readability of some code may not be very good, and the author will try to optimize it in subsequent versions. + ## Thanks The code of this project references or partially refers to or depends on the following open source projects. The project fully respects the open source agreement of the original project and would like to express its gratitude. diff --git a/README_zh_CN.md b/README_zh_CN.md index 497141e4..5561f3a5 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -53,6 +53,10 @@ quardCRT一款终端仿真软件,支持多种后端协议,无依赖跨平台 目前项目建议使用版本Qt6.2.0或更高版本。 +## 特别 + +项目目前为个人业余时间开发,为提高开发效率,本项目较为大量的使用了GitHub Copilot协助代码编写,部分代码的人类可读性可能不是很好,作者也会尽量在后续版本中进行优化。 + ## 感谢 本项目代码引用或部份参考或依赖了以下开源项目,项目完全尊重原项目开源协议,并在此表示感谢。 diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 1871ec96..7b1d93c4 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -427,7 +427,6 @@ MainWindow::MainWindow(QString dir, StartupUIMode mode, QLocale::Language lang, if(ui->toolBar->isVisible() == false) toolBarAction->trigger(); if(ui->statusBar->isVisible() == false) statusBarAction->trigger(); if(ui->sidewidget->isVisible() == false) sideWindowAction->trigger(); - }); shortcutTabPlusSwitch = new QShortcut(QKeySequence(Qt::ALT|Qt::Key_Equal),this); connect(shortcutTabPlusSwitch,&QShortcut::activated,this,[=](){