Updated The runner project (markdown)

Mikaël Capelle
2020-05-21 16:14:01 +02:00
parent 71411dd6a8
commit cd53738671
+2 -1
@@ -80,7 +80,8 @@ std::vector<QString> 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<QDateTime>();