From 37b5b477a044929bf69fe5f7251f2b5cbd892d93 Mon Sep 17 00:00:00 2001 From: Bea Lam Date: Thu, 29 Oct 2009 15:51:36 +1000 Subject: Minor changes --- src/declarative/qml/qmlenginedebug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/declarative/qml/qmlenginedebug.cpp b/src/declarative/qml/qmlenginedebug.cpp index 63be6b0..8629f3a 100644 --- a/src/declarative/qml/qmlenginedebug.cpp +++ b/src/declarative/qml/qmlenginedebug.cpp @@ -143,7 +143,7 @@ QVariant QmlEngineDebugServer::valueContents(const QVariant &value) const if (o) { QString name = o->objectName(); if (name.isEmpty()) - name = QLatin1String(""); + name = QLatin1String(""); return name; } } -- cgit v0.12