[Development] moc change to use C++ constructs

2022-08-04 Thread Thiago Macieira
Re: https://codereview.qt-project.org/c/qt/qtbase/+/417148 (which should integrate, as the integration has now been running for 6 hours) You should not see any changes, because the code is backwards and forwards compatible. The only issue I've found applies only to namespaced Qt builds, when

Re: [Development] Challenge: adding new method overloads when existing consumers use {} with args

2022-08-04 Thread Marc Mutz
Hi, On 28.07.22 22:54, Thiago Macieira wrote: This case can be considered a Category B source incompatible change as per https://quips-qt-io.herokuapp.com/quip-0006.html, because it clearly introduces ambiguity. But {} is particularly special, so I don't know how we'd deal with it. I don't