Forward-declare QV4::String in qqmlmetatype_p.h.
authorFriedemann Kleint <Friedemann.Kleint@digia.com>
Mon, 30 Sep 2013 13:52:38 +0000 (15:52 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 3 Oct 2013 07:24:32 +0000 (09:24 +0200)
commit7c542a6ce7f6b951f6cc8d767d4147065d80b522
tree99c1da09648122b1b437ed57fcada056298fe2db
parentffceec08fabdc83de65c3b0d56686618dc19efdf
Forward-declare QV4::String in qqmlmetatype_p.h.

Required for follow-up changes reordering inline functions for
MinGW as otherwise QV4::Value::isString() is reported as
used but not defined.

Change-Id: Ib07caa9eee667295ecc88f94ab8960b100cd084b
Reviewed-by: Lars Knoll <lars.knoll@digia.com>