changeset 33 | 3e2da88830cd |
parent 30 | 5dc02b23752f |
child 37 | 758a864f9613 |
--- a/src/declarative/qml/qdeclarativeinstruction_p.h Tue Jul 06 15:10:48 2010 +0300 +++ b/src/declarative/qml/qdeclarativeinstruction_p.h Wed Aug 18 10:37:55 2010 +0300 @@ -58,7 +58,7 @@ QT_BEGIN_NAMESPACE class QDeclarativeCompiledData; -class Q_DECLARATIVE_EXPORT QDeclarativeInstruction +class Q_AUTOTEST_EXPORT QDeclarativeInstruction { public: enum Type { @@ -158,7 +158,7 @@ // // Deferred creation // - Defer, /* defer */ + Defer /* defer */ }; QDeclarativeInstruction() : line(0) {}