diff options
author | Jiang Jiang <jiang.jiang@nokia.com> | 2010-08-23 12:19:53 (GMT) |
---|---|---|
committer | Jiang Jiang <jiang.jiang@nokia.com> | 2010-08-25 11:14:13 (GMT) |
commit | 3061e45108afc13848e9020790b2d60f07e16aa9 (patch) | |
tree | c3ff080fc6695b48132c6bdfe222b515b8768761 /src/gui/kernel | |
parent | d28f3ffadec209511d8d992e3b35fae155b3d1c5 (diff) | |
download | Qt-3061e45108afc13848e9020790b2d60f07e16aa9.zip Qt-3061e45108afc13848e9020790b2d60f07e16aa9.tar.gz Qt-3061e45108afc13848e9020790b2d60f07e16aa9.tar.bz2 |
Note RTL behavior changes in docs and changelog
Task-number: QT-3292
Reviewed-by: Lars Knoll
Diffstat (limited to 'src/gui/kernel')
-rw-r--r-- | src/gui/kernel/qwidget.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/kernel/qwidget.cpp b/src/gui/kernel/qwidget.cpp index 3d2bfe2..ea3dcab 100644 --- a/src/gui/kernel/qwidget.cpp +++ b/src/gui/kernel/qwidget.cpp @@ -4864,6 +4864,8 @@ void QWidgetPrivate::resolveLayoutDirection() has been called for the parent do not inherit the parent's layout direction. + This method no longer affects text layout direction since Qt 4.7. + \sa QApplication::layoutDirection */ void QWidget::setLayoutDirection(Qt::LayoutDirection direction) |