summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorİsmail Dönmez <ismail@donmez.ws>2014-07-07 19:02:11 +0300
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2014-07-07 19:31:24 +0200
commit9569836668d4f92ee6664dc2074d9a863fa5cb9f (patch)
treedc6fc964a17adeb52c20c57f793d14d56e6d3a8b /src
parent81bd9633cc73eb710f144aabfa6d7f32a1d69660 (diff)
Document QApplication::cursorFlashTime() can return -1
On Windows QApplication::cursorFlashTime() can return -1 if keyboard blinking is disabled. Add documentation for that case. Change-Id: I1e5d683573e55b045e2d9bd9804daf4be579fd02 Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/widgets/kernel/qapplication.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/widgets/kernel/qapplication.cpp b/src/widgets/kernel/qapplication.cpp
index 0b983e7a9d..520fc2db67 100644
--- a/src/widgets/kernel/qapplication.cpp
+++ b/src/widgets/kernel/qapplication.cpp
@@ -3648,6 +3648,9 @@ bool QApplication::keypadNavigationEnabled()
We recommend that widgets do not cache this value as it may change at any
time if the user changes the global desktop settings.
+
+ \note This property may hold a negative value, for instance if cursor
+ blinking is disabled.
*/
void QApplication::setCursorFlashTime(int msecs)
{