From e8aa56b74b1a63a185ef71b9818ba8b0f9fe9040 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 29 Jun 2012 12:38:53 +0200 Subject: Add stylehint to use querying RTL keyboard support. Change-Id: Ic58ed7cb64cc7fe60b4d431e9f29e389c62265fc Reviewed-by: Girish Ramakrishnan --- src/gui/kernel/qstylehints.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gui/kernel/qstylehints.cpp') diff --git a/src/gui/kernel/qstylehints.cpp b/src/gui/kernel/qstylehints.cpp index 194b5d3f71..99e37e4a41 100644 --- a/src/gui/kernel/qstylehints.cpp +++ b/src/gui/kernel/qstylehints.cpp @@ -112,4 +112,9 @@ qreal QStyleHints::fontSmoothingGamma() const return hint(QPlatformIntegration::FontSmoothingGamma).toReal(); } +bool QStyleHints::useRtlExtensions() const +{ + return hint(QPlatformIntegration::UseRtlExtensions).toBool(); +} + QT_END_NAMESPACE -- cgit v1.2.3