diff options
author | axis <qt-info@nokia.com> | 2009-05-11 11:47:45 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-05-11 12:51:16 (GMT) |
commit | 3861672c358d7180bce13af53e82df2b0617c7d4 (patch) | |
tree | 9071cce185386afdff8998c0b85aad0afa295b5c /src/gui/kernel/qapplication.cpp | |
parent | cca5c6b033c23d4e153032012e8279bbcce74728 (diff) | |
download | Qt-3861672c358d7180bce13af53e82df2b0617c7d4.zip Qt-3861672c358d7180bce13af53e82df2b0617c7d4.tar.gz Qt-3861672c358d7180bce13af53e82df2b0617c7d4.tar.bz2 |
Small doc update.
Diffstat (limited to 'src/gui/kernel/qapplication.cpp')
-rw-r--r-- | src/gui/kernel/qapplication.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/kernel/qapplication.cpp b/src/gui/kernel/qapplication.cpp index 285f882..1b6bdea 100644 --- a/src/gui/kernel/qapplication.cpp +++ b/src/gui/kernel/qapplication.cpp @@ -3463,6 +3463,8 @@ Qt::LayoutDirection QApplication::layoutDirection() /*! \property autoSipOnMouseFocus + \since 4.6 + \brief toggles SIP (software input panel) launch policy This property holds whether widgets should request a software input panel when it is focused with the mouse. This is typically used to |