1. 优化了与服务端数据传输时的架构设计
2. 解决了一些杂项内容
This commit is contained in:
@@ -65,7 +65,6 @@ GLCore::GLCore(const int width, const int height, QWidget *parent)
|
||||
this->setWindowFlag(Qt::Tool); // 隐藏应用程序图标
|
||||
this->setAttribute(Qt::WA_TranslucentBackground); // 设置窗口背景透明
|
||||
|
||||
|
||||
// 帧率控制初始化
|
||||
frameTimer = new QTimer(this);
|
||||
connect(frameTimer, &QTimer::timeout, [&]() {
|
||||
|
||||
Reference in New Issue
Block a user