aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/progressindicator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/utils/progressindicator.cpp')
-rw-r--r--src/libs/utils/progressindicator.cpp10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/libs/utils/progressindicator.cpp b/src/libs/utils/progressindicator.cpp
index 5e09191765..d1ce125dbe 100644
--- a/src/libs/utils/progressindicator.cpp
+++ b/src/libs/utils/progressindicator.cpp
@@ -185,11 +185,7 @@ void ProgressIndicatorPainter::nextAnimationStep()
/*!
Constructs a ProgressIndicator of the size \a size and with the parent \a parent.
- Use \l attachToWidget to make the progress indicator automatically resize and center on the
- parent widget.
-
- \sa attachToWidget
- \sa setIndicatorSize
+ \sa setIndicatorSize()
*/
ProgressIndicator::ProgressIndicator(ProgressIndicatorSize size, QWidget *parent)
: OverlayWidget(parent)
@@ -204,7 +200,7 @@ ProgressIndicator::ProgressIndicator(ProgressIndicatorSize size, QWidget *parent
/*!
Changes the size of the progress indicator to \a size.
- \sa indicatorSize
+ \sa ProgressIndicatorPainter::indicatorSize()
*/
void ProgressIndicator::setIndicatorSize(ProgressIndicatorSize size)
{
@@ -215,7 +211,7 @@ void ProgressIndicator::setIndicatorSize(ProgressIndicatorSize size)
/*!
Returns the size of the indicator in device independent pixels.
- \sa indicatorSize
+ \sa ProgressIndicatorPainter::indicatorSize()
*/
QSize ProgressIndicator::sizeHint() const
{