visual-lldb icon indicating copy to clipboard operation
visual-lldb copied to clipboard

Figure out what to do about `std::string` vs `QString`

Open tetsuo-cpp opened this issue 4 years ago • 0 comments

Not sure what the "proper" way to handle this is so I'll have to do a bit of research. There are multiple spots in the code where I'm having to convert between these two types since they're not interoperable which is just wasted copying all over the place.

We'll have to address this at some point and figure out what string type to use and where.

tetsuo-cpp avatar Jul 22 '21 15:07 tetsuo-cpp