kwin/platformsupport/scenes
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
..
opengl Prefer std::make_unique over std::unique_ptr(new T) 2020-10-12 08:51:01 +03:00
qpainter Prettify license headers 2020-08-07 19:57:56 +00:00
CMakeLists.txt