diff options
author | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-07-30 13:39:19 (GMT) |
---|---|---|
committer | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-07-30 13:39:30 (GMT) |
commit | 1685f9968ea7b1e132df44c8aab3d03ad6cd5e12 (patch) | |
tree | cd8cde96470ec624edae2617e2a1e9811e74ba90 /src/gui/widgets/qmenubar.cpp | |
parent | e447e8a5356f5de4a6a62a28c0d21785b09b4cba (diff) | |
download | Qt-1685f9968ea7b1e132df44c8aab3d03ad6cd5e12.zip Qt-1685f9968ea7b1e132df44c8aab3d03ad6cd5e12.tar.gz Qt-1685f9968ea7b1e132df44c8aab3d03ad6cd5e12.tar.bz2 |
Doc - Fixed a broken link to the Apple Human Interface Guidelines document
Task: 254724
Reviewed-By: TrustMe
Diffstat (limited to 'src/gui/widgets/qmenubar.cpp')
-rw-r--r-- | src/gui/widgets/qmenubar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qmenubar.cpp b/src/gui/widgets/qmenubar.cpp index a3964f7..4a900d6 100644 --- a/src/gui/widgets/qmenubar.cpp +++ b/src/gui/widgets/qmenubar.cpp @@ -716,7 +716,7 @@ void QMenuBar::initStyleOption(QStyleOptionMenuItem *option, const QAction *acti application examples} also provide menus using these classes. \sa QMenu, QShortcut, QAction, - {http://developer.apple.com/documentation/UserExperience/Conceptual/OSXHIGuidelines/index.html}{Introduction to Apple Human Interface Guidelines}, + {http://developer.apple.com/documentation/UserExperience/Conceptual/AppleHIGuidelines/XHIGIntro/XHIGIntro.html}{Introduction to Apple Human Interface Guidelines}, {fowler}{GUI Design Handbook: Menu Bar}, {Menus Example} */ |