summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2010-06-09 22:05:07 (GMT)
committerLars Knoll <lars.knoll@nokia.com>2010-06-09 22:08:34 (GMT)
commit1abf2d6dfafc71f73746b7e69e11e0c8152edb4a (patch)
treee6aa5b8a0654c53efd8f9ca87b91a7cd508fdf41 /src/corelib/tools/qlocale.h
parentda603c7c80ea14df18790ae77f5de82880307650 (diff)
downloadQt-1abf2d6dfafc71f73746b7e69e11e0c8152edb4a.zip
Qt-1abf2d6dfafc71f73746b7e69e11e0c8152edb4a.tar.gz
Qt-1abf2d6dfafc71f73746b7e69e11e0c8152edb4a.tar.bz2
Rename QLocale::isWrittenRightToLeft() to textDirection()
This is more in line with the rest of Qt. Reviewed-by: Simon Hausmann
Diffstat (limited to 'src/corelib/tools/qlocale.h')
-rw-r--r--src/corelib/tools/qlocale.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qlocale.h b/src/corelib/tools/qlocale.h
index f8b5c55..8b424bb 100644
--- a/src/corelib/tools/qlocale.h
+++ b/src/corelib/tools/qlocale.h
@@ -666,7 +666,7 @@ public:
MeasurementSystem measurementSystem() const;
- bool isWrittenRightToLeft() const;
+ Qt::LayoutDirection textDirection() const;
inline bool operator==(const QLocale &other) const;
inline bool operator!=(const QLocale &other) const;