diff options
| author | Shawn Rutledge <shawn.rutledge@qt.io> | 2022-10-07 15:32:27 +0200 |
|---|---|---|
| committer | Shawn Rutledge <shawn.rutledge@qt.io> | 2022-10-08 14:15:57 +0000 |
| commit | b1fec1202d7cd2e1eebe5c97761a3de80d471b15 (patch) | |
| tree | b8acb0dc094961e05ad94cff71484e8fa30f3de4 /src/quick/handlers/qquickhoverhandler.cpp | |
| parent | c2d490a2385ea6f389340a296acaac0fa198c8b9 (diff) | |
Fix typo in docs
I can guess which keyboard I wrote that with.
Pick-to: 6.4
Change-Id: I9b99e142a117b8c7dd81399e65659fee93f95104
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/quick/handlers/qquickhoverhandler.cpp')
| -rw-r--r-- | src/quick/handlers/qquickhoverhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/handlers/qquickhoverhandler.cpp b/src/quick/handlers/qquickhoverhandler.cpp index b862bee83c..5a3d1994bd 100644 --- a/src/quick/handlers/qquickhoverhandler.cpp +++ b/src/quick/handlers/qquickhoverhandler.cpp @@ -76,7 +76,7 @@ QQuickHoverHandler::~QQuickHoverHandler() \since 6.3 Whether this handler prevents other items or handlers behind it from - being hovered at the same timee. This property is \c false by default. + being hovered at the same time. This property is \c false by default. */ void QQuickHoverHandler::setBlocking(bool blocking) { |
