diff options
author | Martin Smith <msmith@trolltech.com> | 2009-05-20 12:25:38 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-05-20 12:25:38 (GMT) |
commit | 27df3cb8c0e547d9174fd0571b16ed554eb2432d (patch) | |
tree | 7d36484cd37f287d08f3831e82a7ce2dcac73547 /src/gui/styles | |
parent | c02f3b1934a4ab300f593b91ee9fd302207a96f5 (diff) | |
download | Qt-27df3cb8c0e547d9174fd0571b16ed554eb2432d.zip Qt-27df3cb8c0e547d9174fd0571b16ed554eb2432d.tar.gz Qt-27df3cb8c0e547d9174fd0571b16ed554eb2432d.tar.bz2 |
qdoc: Moved a qdoc comment to a file that is in all packages.
Task-number: 252565
Diffstat (limited to 'src/gui/styles')
-rw-r--r-- | src/gui/styles/qmacstyle_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/styles/qmacstyle_mac.mm b/src/gui/styles/qmacstyle_mac.mm index 2e47526..e4829dc 100644 --- a/src/gui/styles/qmacstyle_mac.mm +++ b/src/gui/styles/qmacstyle_mac.mm @@ -39,7 +39,7 @@ ** ****************************************************************************/ -/*! +/* Note: The qdoc comments for QMacStyle are contained in .../doc/src/qstyles.qdoc. */ |