On 17/05/2022 14:34, Xaver Hugl wrote:
Hello,
I noticed that in KWin we use a lot of smart pointers and we mix Qt
and C++ standard library ones quite a lot. Judging by a few searches
in frameworks repositories, it's a similar mix there.
I'd like to propose that going forward
Hello,
I noticed that in KWin we use a lot of smart pointers and we mix Qt and C++
standard library ones quite a lot. Judging by a few searches in frameworks
repositories, it's a similar mix there.
I'd like to propose that going forwards we use C++ standard library smart
pointers in ne