aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/quicktemplates2/qquickbusyindicator.cpp1
-rw-r--r--src/quicktemplates2/qquickprogressbar.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/quicktemplates2/qquickbusyindicator.cpp b/src/quicktemplates2/qquickbusyindicator.cpp
index 2cd3f62d..a59a8e5f 100644
--- a/src/quicktemplates2/qquickbusyindicator.cpp
+++ b/src/quicktemplates2/qquickbusyindicator.cpp
@@ -98,7 +98,6 @@ QQuickBusyIndicator::QQuickBusyIndicator(QQuickItem *parent) :
\note The indicator is only visible when this property is set to \c true.
The default value is \c true.
-
*/
bool QQuickBusyIndicator::isRunning() const
{
diff --git a/src/quicktemplates2/qquickprogressbar.cpp b/src/quicktemplates2/qquickprogressbar.cpp
index d8ada6f4..9c198312 100644
--- a/src/quicktemplates2/qquickprogressbar.cpp
+++ b/src/quicktemplates2/qquickprogressbar.cpp
@@ -234,7 +234,6 @@ qreal QQuickProgressBar::visualPosition() const
doesn't show how much progress has been made.
\image qtquickcontrols2-progressbar-indeterminate.gif
-
*/
bool QQuickProgressBar::isIndeterminate() const
{