src/declarative/qml/qdeclarativexmlhttprequest_p.h
changeset 37 758a864f9613
parent 30 5dc02b23752f
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
    54 // We mean it.
    54 // We mean it.
    55 //
    55 //
    56 
    56 
    57 #include <QtCore/qglobal.h>
    57 #include <QtCore/qglobal.h>
    58 
    58 
       
    59 #ifndef QT_NO_XMLSTREAMREADER
       
    60 
    59 QT_BEGIN_NAMESPACE
    61 QT_BEGIN_NAMESPACE
    60 
    62 
    61 class QScriptEngine;
    63 class QScriptEngine;
    62 void qt_add_qmlxmlhttprequest(QScriptEngine *engine);
    64 void qt_add_qmlxmlhttprequest(QScriptEngine *engine);
    63 
    65 
    64 QT_END_NAMESPACE
    66 QT_END_NAMESPACE
    65 
    67 
       
    68 #endif // QT_NO_XMLSTREAMREADER
       
    69 
    66 #endif // QDECLARATIVEXMLHTTPREQUEST_P_H
    70 #endif // QDECLARATIVEXMLHTTPREQUEST_P_H
    67 
    71