QmlJS indenter: Fix wrong indentation after list<> typed properties.

Task-number: QTCREATORBUG-7726
Change-Id: If709a9a71cfed69e2f14af92c114f79d11d03145
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
This commit is contained in:
Christian Kamm
2012-09-10 10:39:16 +02:00
parent b17e944d4b
commit 0df5933539
3 changed files with 22 additions and 6 deletions

View File

@@ -110,9 +110,9 @@ public: // must be public to make Q_GADGET introspection work
property_start, // after 'property'
default_property_start, // after 'default'
property_type, // after first identifier
property_list_open, // after 'list' as a type
property_maybe_initializer, // after
property_name, // after the type
property_maybe_initializer, // after the identifier
signal_start, // after 'signal'
signal_maybe_arglist, // after identifier