aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmljavascriptexpression_p.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-04-17 08:46:11 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-04-17 06:48:46 +0000
commitbc0ad924a6c95316eaad3e43dcf8d7edc90a6792 (patch)
tree81608813ff87186c88d6d3836e0829003871a422 /src/qml/qml/qqmljavascriptexpression_p.h
parent21fdcbcf7897a572980e037aac1d62c2768cc2f0 (diff)
Fix forward declaration of QQmlSourceLocation.
Fix warning: qtdeclarative/src/qml/qml/qqmljavascriptexpression_p.h(55) : warning C4099: 'QQmlSourceLocation' : type name first seen using 'struct' now seen using 'class' Change-Id: Id441502913180631fe09c2f256498063c8f144b1 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/qml/qqmljavascriptexpression_p.h')
-rw-r--r--src/qml/qml/qqmljavascriptexpression_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmljavascriptexpression_p.h b/src/qml/qml/qqmljavascriptexpression_p.h
index cbbd88f1fc..989d5a0b0d 100644
--- a/src/qml/qml/qqmljavascriptexpression_p.h
+++ b/src/qml/qml/qqmljavascriptexpression_p.h
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-class QQmlSourceLocation;
+struct QQmlSourceLocation;
class QQmlDelayedError
{