On Friday, 21 February 2020 06:02:29 PST NIkolai Marchenko wrote: > it's definitely neat, but it's nothing that you can't do with pure c++ > though. It's just qt's native implementation of score guard pattern. Tbh I > didn't even know it existed because I use my own scope guarder class.
The reason we added it was because we needed and the Standard Library equivalent isn't (wasn't) available in all platforms Qt needed to be compiled on. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel System Software Products _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
