Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello. I have created that :
QVector<QString> blablabla;
This QVector has a lot of strings inside and i want to clear it (0 elements) . How to do that? Can you show on my example?
@MimoidProg ,
blablabla.clear();
Thank you. I thought that is harder xD