how to get a char in index from QString?
Solved
General and Desktop
-
for example, I have this QString ="Hello"
and I want to get index 3-"l" into char,
how can I do it? -
for example, I have this QString ="Hello"
and I want to get index 3-"l" into char,
how can I do it?