C++: Fix indenting of QML_* macros.

Task-number: QTCREATORBUG-2111
This commit is contained in:
Christian Kamm
2010-08-25 14:54:45 +02:00
parent 7a8c07a1f8
commit b79fe7e711
2 changed files with 3 additions and 0 deletions

View File

@@ -299,6 +299,8 @@ void tst_CodeFormatter::macrosNoSemicolon()
<< Line("int i;")
<< Line("Q_BLABLA();")
<< Line("int i;")
<< Line("QML_DECLARE_TYPE(a, b, c, d)")
<< Line("int i;")
<< Line("Q_PROPERTY(abc)")
<< Line("QDOC_PROPERTY(abc)")
<< Line("void foo() {")