diff options
author | Martin Smith <msmith@trolltech.com> | 2010-01-06 13:33:01 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-01-06 13:33:01 (GMT) |
commit | 73b7ff354f9eaf5819847dac0c147351c80d8a9b (patch) | |
tree | 03e5a729fe787ee1a0a6692cf6843e86d7d5a2f0 /src/gui/styles | |
parent | e625c864c93b8975fdec4f9103bf6736828832a6 (diff) | |
download | Qt-73b7ff354f9eaf5819847dac0c147351c80d8a9b.zip Qt-73b7ff354f9eaf5819847dac0c147351c80d8a9b.tar.gz Qt-73b7ff354f9eaf5819847dac0c147351c80d8a9b.tar.bz2 |
doc: Clarified that .lnk files are System files on Windows.
Task-number: QTBUG-6615
Diffstat (limited to 'src/gui/styles')
-rw-r--r-- | src/gui/styles/qstyleoption.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/styles/qstyleoption.cpp b/src/gui/styles/qstyleoption.cpp index 9188ee0..afd8a76 100644 --- a/src/gui/styles/qstyleoption.cpp +++ b/src/gui/styles/qstyleoption.cpp @@ -2836,8 +2836,8 @@ QStyleOptionComplex::QStyleOptionComplex(int version, int type) /*! \variable QStyleOptionComplex::activeSubControls - \brief a bitwise OR of the various sub-controls that are active - (pressed) for the complex control + \brief a bitwise OR of the \l{QStyle::SubControl} {sub-controls} + that are active for the complex control The default value is QStyle::SC_None. |