summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiler.cpp
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-10-28 06:06:09 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-10-28 06:06:09 (GMT)
commit753f8a4f263fd44ec22c7f6b0835df1466d01f82 (patch)
tree871565dc1164f215a1d6b447d207e54e52ab6dfa /src/declarative/qml/qmlcompiler.cpp
parent1f8a4748e860d259d525e47426fd3a1072d9fb5c (diff)
downloadQt-753f8a4f263fd44ec22c7f6b0835df1466d01f82.zip
Qt-753f8a4f263fd44ec22c7f6b0835df1466d01f82.tar.gz
Qt-753f8a4f263fd44ec22c7f6b0835df1466d01f82.tar.bz2
Doc.
Diffstat (limited to 'src/declarative/qml/qmlcompiler.cpp')
-rw-r--r--src/declarative/qml/qmlcompiler.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlcompiler.cpp b/src/declarative/qml/qmlcompiler.cpp
index ad74446..7a417bb 100644
--- a/src/declarative/qml/qmlcompiler.cpp
+++ b/src/declarative/qml/qmlcompiler.cpp
@@ -150,6 +150,8 @@ bool QmlCompiler::isSignalPropertyName(const QByteArray &name)
}
/*!
+ \macro COMPILE_EXCEPTION
+ \internal
Inserts an error into the QmlCompiler error list, and returns false
(failure).
@@ -175,6 +177,8 @@ bool QmlCompiler::isSignalPropertyName(const QByteArray &name)
}
/*!
+ \macro COMPILE_CHECK
+ \internal
Returns false if \a is false, otherwise does nothing.
*/
#define COMPILE_CHECK(a) \