diff options
| author | Jan Arve Sæther <jan-arve.saether@qt.io> | 2023-01-26 14:04:03 +0100 |
|---|---|---|
| committer | Jan Arve Sæther <jan-arve.saether@qt.io> | 2023-02-02 17:51:34 +0100 |
| commit | fd65f709748a7026428cc3a8828784cbb8421a03 (patch) | |
| tree | 7a6d004846f5ef8429440ff32973cdd2732e853f /src/corelib/kernel/qtimer.cpp | |
| parent | 57a1c2b0d94304b24d8ca9a49ecd5033ff9fc43a (diff) | |
Fix analog clock example to adhere to guidelines
Guidelines: https://wiki.qt.io/Qt6/Example-Guideline
Pick-to: 6.5
Change-Id: I12c65ae11e7906fd2e9dfb449072199560488aed
Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
Diffstat (limited to 'src/corelib/kernel/qtimer.cpp')
| -rw-r--r-- | src/corelib/kernel/qtimer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qtimer.cpp b/src/corelib/kernel/qtimer.cpp index b968c5b46f9..b2b9c5f2008 100644 --- a/src/corelib/kernel/qtimer.cpp +++ b/src/corelib/kernel/qtimer.cpp @@ -105,7 +105,7 @@ QT_BEGIN_NAMESPACE used; Qt tries to work around these limitations. \sa QBasicTimer, QTimerEvent, QObject::timerEvent(), Timers, - {Analog Clock Example}, {Tetrix Example} + {Analog Clock}, {Tetrix Example} */ /*! |
