From 991ef8809ac029993590e89eb5f189df7543caa9 Mon Sep 17 00:00:00 2001 From: huangkangfa <1664724081@qq.com> Date: Mon, 19 Feb 2024 17:32:42 +0800 Subject: [PATCH] update --- example/qml-Qt6/page/T_InfoBar.qml | 2 +- example/qml/page/T_InfoBar.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/qml-Qt6/page/T_InfoBar.qml b/example/qml-Qt6/page/T_InfoBar.qml index 1c125d74..ee9fced0 100644 --- a/example/qml-Qt6/page/T_InfoBar.qml +++ b/example/qml-Qt6/page/T_InfoBar.qml @@ -41,7 +41,7 @@ FluScrollablePage{ FluButton{ text:"Success" onClicked: { - showSuccess("这是一个Success样式的InfoBar这是一个Success样式的InfoBar") + showSuccess("这是一个Success样式的InfoBar") } } FluButton{ diff --git a/example/qml/page/T_InfoBar.qml b/example/qml/page/T_InfoBar.qml index 8bf7992b..6a3cce53 100644 --- a/example/qml/page/T_InfoBar.qml +++ b/example/qml/page/T_InfoBar.qml @@ -41,7 +41,7 @@ FluScrollablePage{ FluButton{ text:"Success" onClicked: { - showSuccess("这是一个Success样式的InfoBar这是一个Success样式的InfoBar") + showSuccess("这是一个Success样式的InfoBar") } } FluButton{