Re: [Development] QML API Review

2018-08-31 Thread Jason H
the API review? > Sent: Friday, August 31, 2018 at 7:39 AM > From: "Kai Koehne" > To: "development@qt-project.org" > Subject: [Development] QML API Review > > Hi, > > In addition to the C++ API review that Edward has been pushing, we also need > to r

Re: [Development] QML API Review

2018-08-31 Thread Shawn Rutledge
> On 31 Aug 2018, at 13:39, Kai Koehne wrote: > > Hi, > > In addition to the C++ API review that Edward has been pushing, we also need > to review new/changed QML API. > > Most of our QML API is actually defined in C++, so one way to review them is > diffing the corresponding .h files;

[Development] QML API Review

2018-08-31 Thread Kai Koehne
Hi, In addition to the C++ API review that Edward has been pushing, we also need to review new/changed QML API. Most of our QML API is actually defined in C++, so one way to review them is diffing the corresponding .h files; however, because they are private (in the C++ sense), every module