On Thursday, 17 October 2019 22:01:34 CEST Martin Smith wrote: > >I for one, never liked > >QObject* x, y; > >because x is a pointer, and y is not. It seems like they should both be > >QObject*s. > But that argues for not allowing the comma. > > QObject* x; > QObject* y; > > I've always done it that way. > Pretty sure that is also Qt code guidelines, and if not should be ;)
Allan _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
