-rw-r--r-- | noncore/tools/clock/clock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/tools/clock/clock.cpp b/noncore/tools/clock/clock.cpp index d69c56f..2f81c3a 100644 --- a/noncore/tools/clock/clock.cpp +++ b/noncore/tools/clock/clock.cpp | |||
@@ -485,7 +485,7 @@ void AnalogClock::drawContents( QPainter *p ) | |||
485 | 485 | ||
486 | void AnalogClock::drawPointers ( QPainter *p, const QRect &r, const QColor &c, const QTime &t, const QTime *t2 ) | 486 | void AnalogClock::drawPointers ( QPainter *p, const QRect &r, const QColor &c, const QTime &t, const QTime *t2 ) |
487 | { | 487 | { |
488 | QPoint center( r.x() + r.width() / 2, r.y() + r.height() / 2 ); | 488 | QPoint center = r. center ( ); |
489 | 489 | ||
490 | QPoint h1( center. x ( ), r. y ( ) + r. height ( ) / 4 ); | 490 | QPoint h1( center. x ( ), r. y ( ) + r. height ( ) / 4 ); |
491 | QPoint h2( center. x ( ), center. y ( ) ); | 491 | QPoint h2( center. x ( ), center. y ( ) ); |