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();