aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-11-20 07:43:13 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2016-11-20 06:44:38 +0000
commitde4ff95cd166b13fb4818ada5493d913345ef0ef (patch)
tree2db7c239a54f16542e2773ea21a9709eda1334f5 /src
parentf915d0529e801021f049fef9bcd2e4eb7f0f39f2 (diff)
Whitespace fixes
Change-Id: I4eab43944ec03b79d713db1c6756e76cbfa38b30 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
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
{