summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativecomponent_p.h
diff options
context:
space:
mode:
authorChristopher Ham <christopher.ham@nokia.com>2011-01-27 06:34:07 (GMT)
committerChristopher Ham <christopher.ham@nokia.com>2011-01-27 06:41:07 (GMT)
commitaa40f956bab22678b62f630af97f51f9e8fab9f8 (patch)
tree1c06245f0bde3c0bb9e475d4d0f80fc7765263c1 /src/declarative/qml/qdeclarativecomponent_p.h
parent80f74d3801ddece4d34b4a663bf1bdc23ecc4a67 (diff)
downloadQt-aa40f956bab22678b62f630af97f51f9e8fab9f8.zip
Qt-aa40f956bab22678b62f630af97f51f9e8fab9f8.tar.gz
Qt-aa40f956bab22678b62f630af97f51f9e8fab9f8.tar.bz2
Fix righ-to-left support in text components.
In text, textEdit and textInput, the layout of the text should automatically align to the right if the it is deemed to be right-to-left text. Task-number: QTBUG-15880 Reviewed-by: Bea Lam
Diffstat (limited to 'src/declarative/qml/qdeclarativecomponent_p.h')
-rw-r--r--src/declarative/qml/qdeclarativecomponent_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qdeclarativecomponent_p.h b/src/declarative/qml/qdeclarativecomponent_p.h
index 02a6ce8..f8bec2b 100644
--- a/src/declarative/qml/qdeclarativecomponent_p.h
+++ b/src/declarative/qml/qdeclarativecomponent_p.h
@@ -116,6 +116,8 @@ public:
ConstructionState *state);
static void complete(QDeclarativeEnginePrivate *enginePriv, ConstructionState *state);
+ QScriptValue createObject(QObject *publicParent, const QScriptValue valuemap);
+
QDeclarativeEngine *engine;
QDeclarativeGuardedContextData creationContext;