On Tuesday 07 November 2006 8:34 am, Georg Baum wrote: > -QString const qt_(char const * str) > +QString const qt_(char const * str int dummy) > {
Isn't there a comma missing between str and int in the line above? -- José Abílio
On Tuesday 07 November 2006 8:34 am, Georg Baum wrote: > -QString const qt_(char const * str) > +QString const qt_(char const * str int dummy) > {
Isn't there a comma missing between str and int in the line above? -- José Abílio