From 7a6b654b96168d4d366df6247f0091d7fe790a71 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Mon, 16 Sep 2019 08:03:01 +0200 Subject: [PATCH] Updated Coding Style (markdown) --- Coding-Style.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Coding-Style.md b/Coding-Style.md index 57021bc..e7c41c5 100644 --- a/Coding-Style.md +++ b/Coding-Style.md @@ -46,3 +46,7 @@ We recommend to follow these guidelines when writing code for RPCS3. They aren't * Use `.notice()` method to print debug information unconditionally. * Use `.log()` method for well implemented functions. * Don't return CELL_OK and other error codes if the function result type doesn't mean error code. + +*** +### Qt coding style +* Don't concatenate translated strings. Use tr().arg() instead.