diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-01-07 11:37:12 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-01-07 11:37:12 (GMT) |
commit | 67267842ce658d956f11d52194566b6de1f84f9a (patch) | |
tree | 5efbab1f89f2f0ae46a09dfdd4225394122ae8a0 /src/gui/widgets/qdockwidget_p.h | |
parent | 84658ec4e650b12dcea6f886b530e66a195465cf (diff) | |
download | Qt-67267842ce658d956f11d52194566b6de1f84f9a.zip Qt-67267842ce658d956f11d52194566b6de1f84f9a.tar.gz Qt-67267842ce658d956f11d52194566b6de1f84f9a.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'src/gui/widgets/qdockwidget_p.h')
-rw-r--r-- | src/gui/widgets/qdockwidget_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qdockwidget_p.h b/src/gui/widgets/qdockwidget_p.h index d272b2c..655e216 100644 --- a/src/gui/widgets/qdockwidget_p.h +++ b/src/gui/widgets/qdockwidget_p.h @@ -169,7 +169,7 @@ private: QRect _titleArea; }; -/* The size hints of a QDockWidget will depend on wether it is docked or not. +/* The size hints of a QDockWidget will depend on whether it is docked or not. This layout item always returns the size hints as if the dock widget was docked. */ class QDockWidgetItem : public QWidgetItem |