> On Jul 8, 2013 9:02 PM, "André Pönitz" > <[email protected] > <mailto:[email protected]>> wrote: > > (a) Drop 'Internal' > > I am in favour of this. Making classes public is currently very annoying.
Making a class public is not something to be taken lightly; you have to double-check whether the semantics are sound, make sure no hacks that might be acceptable in"private" code stay around, perhaps introduce a d-pointer etc. I think it might actually be beneficial to make that act a bit harder infrastructure-wise than just dumping an EXPORT macro somewhere; it discourages sloppiness. Christian _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
