提交 1e59be9e 编写于 作者: S suwenxiang 提交者: Itachi

fixed 3202508c from https://gitee.com/suwenxiang12/graphic_ui/pulls/860

Description: Repair variable uninitialized alarm
IssueNo: https://gitee.com/openharmony/graphic_ui/issues/I6A2CW
Feature or Bugfix: Bugfix
Binary Source: No
Signed-off-by: Nsuwenxiang <suwenxiang@huawei.com>
上级 0dd636f1
......@@ -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.
先完成此消息的编辑!
想要评论请 注册