kwin/platformsupport
Vlad Zahorodnii d3934be591 Prefer std::make_unique over std::unique_ptr(new T)
This way code is thinner and it is guaranteed that no memory leaks will
occur if an exception gets thrown for some reason.
2020-10-12 08:51:01 +03:00
..
scenes Prefer std::make_unique over std::unique_ptr(new T) 2020-10-12 08:51:01 +03:00
CMakeLists.txt