Closed rb-union closed 4 months ago
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅
关键摘要:
RecordProcess::exitRecord
函数中,注释掉的代码//save2Clipboard(newSavePath);
可能会导致功能缺失,如果这些代码是必要的,应该取消注释。exitRecord
的注释//qInfo() << __LINE__ << __func__ << "录屏结束!!!";
被移除,如果这是有意为之,应该记录录屏结束的日志。qInfo()
宏来输出调试信息,但没有看到对应的#include <QDebug>
或#include <QLoggingCategory>
声明,可能会导致编译错误。是否建议立即修改:
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: pengfeixx, rb-union
The full list of commands accepted by this bot can be found here.
/merge
taskbar bug
The icon for repairing screenshots will be displayed on the taskbar for more than 5 seconds before disappearing from bug. Fix the failure to use shortcut keys to evoke screenshots in 6.0.1deb format.
Log: The icon for repairing screenshots will be displayed on the taskbar for more than 5 seconds before disappearing from bug. Fix the failure to use shortcut keys to evoke screenshots in 6.0.1deb format.
Bug: https://pms.uniontech.com/bug-view-251835.html https://pms.uniontech.com/bug-view-250323.html
cherry-pick from 8eb411ca3656d4dda31858d34eaa1bb789e49312 (https://github.com/linuxdeepin/deepin-screen-recorder/pull/475)