X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=HACKING;h=404bd1af76d5db08e69e9c3d3ee1e8f530f3d38f;hb=10906507eb3d32346506a12d4387205f7c7c6e72;hp=17183ed147be9749b375bf4a7d7d32c3c85885a6;hpb=4c60462b00cc329e61daedd1c2e66724077bd412;p=pulseview.git diff --git a/HACKING b/HACKING index 17183ed..404bd1a 100644 --- a/HACKING +++ b/HACKING @@ -5,8 +5,9 @@ HACKING Coding style ------------ -This project is programmed using the Linux kernel coding style, see -http://lxr.linux.no/linux/Documentation/CodingStyle for details. +This project is programmed using the Linux kernel coding style: + + https://www.kernel.org/doc/html/latest/process/coding-style.html Please use the same style for any code contributions, thanks! @@ -67,6 +68,9 @@ Random notes and the final @return line. The @param lines themselves (if there is more than one) are not separated by empty lines. + - Use QIcon::fromTheme() for icons that are included in the freedesktop.org + icon naming specification. Do NOT use it for all other icons. + Release engineering -------------------