summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-01-06 14:33:01 +0100
committerJesper Thomschutz <jesper.thomschutz@nokia.com>2010-01-13 10:38:36 +0100
commit0bf13d5b011843bf2a15d8eff884f81e489e1dcc (patch)
treea744eefdde02cb7294783130780eae6ef6ecd42b
parent101619014a7ac9c989c57202c67b939d4d765093 (diff)
doc: Clarified that .lnk files are System files on Windows.
Task-number: QTBUG-6615 (cherry picked from commit 73b7ff354f9eaf5819847dac0c147351c80d8a9b)
-rw-r--r--src/gui/styles/qstyleoption.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/styles/qstyleoption.cpp b/src/gui/styles/qstyleoption.cpp
index bfbdd6f15a..a8a63340bf 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.