提交 18090ebf 编写于 作者: L lancer

Description:修复qt下编译不通过问题

Sig:graphic
Feature or Bugfix:Bugfix
Binary Source:No
Signed-off-by: Nlancer <haoshuo@huawei.com>
上级 aa579a14
......@@ -29,7 +29,7 @@ int main(int argc, char* argv[])
OHOS::Monitor::GetInstance()->InitImageDecodeAbility();
RunApp();
OHOS::MainWidget mainWidget;
mainWidget.resize(OHOS::HORIZONTAL_RESOLUTION, OHOS::VERTICAL_RESOLUTION);
mainWidget.resize(HORIZONTAL_RESOLUTION, VERTICAL_RESOLUTION);
mainWidget.show();
return uitest.exec();
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册