未验证 提交 5e47a676 编写于 作者: O openharmony_ci 提交者: Gitee

!860 修复变量未初始化告警

Merge pull request !860 from Itachi/master
......@@ -26,7 +26,7 @@ class Monitor : public QObject, public SoftEngine {
Q_OBJECT
public:
Monitor() : defaultColor_ (0x44) {}
Monitor() : fontPsramBaseAddr_{0}, tftFb_{0}, animaterBuffer_{0}, defaultColor_ (0x44) {}
virtual ~Monitor() {}
static Monitor* GetInstance();
void InitHal();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册