forked from qt-creator/qt-creator
lldb's FindFirstType() expects template types to have specific whitespaces set. QMetaType's "name" parameter does not contain the necessary whitespaces. This solves that by changing e.g.: "T<A,B<C,D>>"" to "T<A, B<C, D> >". Change-Id: I7505db96b01d433408af1942cd81e50094833c06 Reviewed-by: hjk <hjk@qt.io>