Replace std::string with QString in rapidjson and PubSub Client (#3018)

This commit is contained in:
Paweł
2021-07-18 14:37:53 +02:00
committed by GitHub
parent 1f19d31a67
commit e5fe0999ee
4 changed files with 49 additions and 53 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ namespace rj {
bool getSafeObject(rapidjson::Value &obj, const char *key,
rapidjson::Value &out);
std::string stringify(const rapidjson::Value &value);
QString stringify(const rapidjson::Value &value);
} // namespace rj
} // namespace chatterino