aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativecustomparser_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qdeclarativecustomparser_p_p.h')
-rw-r--r--src/declarative/qml/qdeclarativecustomparser_p_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/qml/qdeclarativecustomparser_p_p.h b/src/declarative/qml/qdeclarativecustomparser_p_p.h
index b11cb3432d..cebad26b33 100644
--- a/src/declarative/qml/qdeclarativecustomparser_p_p.h
+++ b/src/declarative/qml/qdeclarativecustomparser_p_p.h
@@ -64,7 +64,7 @@ QT_BEGIN_NAMESPACE
class QDeclarativeCustomParserNodePrivate
{
public:
- QByteArray name;
+ QString name;
QList<QDeclarativeCustomParserProperty> properties;
QDeclarativeScript::Location location;
@@ -78,7 +78,7 @@ public:
QDeclarativeCustomParserPropertyPrivate()
: isList(false) {}
- QByteArray name;
+ QString name;
bool isList;
QDeclarativeScript::Location location;
QList<QVariant> values;