diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-08-31 08:43:46 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-08-31 08:43:46 (GMT) |
commit | ad229913fd89aa0a33fb9b37ac96ff63c89a05f8 (patch) | |
tree | feed3678fd98565bb99a159a7e1bdb395df516ea /src/gui/kernel | |
parent | be69c316c56379d2b955491ffc54754018079dec (diff) | |
parent | cf28f6cacf59d434072656af05466541ba69e8ae (diff) | |
download | Qt-ad229913fd89aa0a33fb9b37ac96ff63c89a05f8.zip Qt-ad229913fd89aa0a33fb9b37ac96ff63c89a05f8.tar.gz Qt-ad229913fd89aa0a33fb9b37ac96ff63c89a05f8.tar.bz2 |
Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1.git into doc-4.7
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) |