From cd537386716ce1a2beb2fabd907f5b76e8d3ef23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Thu, 21 May 2020 16:14:01 +0200 Subject: [PATCH] Updated The runner project (markdown) --- The-runner-project.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/The-runner-project.md b/The-runner-project.md index 038be00..2eaa305 100644 --- a/The-runner-project.md +++ b/The-runner-project.md @@ -80,7 +80,8 @@ std::vector mapToString( You would need to register the following: ```cpp -utils::register_qstring_converter(); // For QString, this is a special one, see FAQ at the end. +// For QString, this is a special one, see FAQ at the end. +utils::register_qstring_converter(); // Register the Qt class: utils::register_qclass_converter();