Replace std::string with QString in rapidjson and PubSub Client (#3018)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user