[Development] Naming convention for (scoped) enums

Marco Bubke Marco.Bubke at qt.io
Fri Aug 31 20:47:42 CEST 2018


Enumerations inside of classes makes dependency breaking harder. We don't use that in Qt but users of our interface may do. It's still possible but much more complex because you generally get much more dependencies. A simple header file for enumerations instead can simply be included without any additional dependencies.


More information about the Development mailing list