mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Updated The runner project (markdown)
+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>();
|
||||
|
||||
Reference in New Issue
Block a user