📜  retourner pointeur de type qstringlist qt - C++ 代码示例

📅  最后修改于: 2022-03-11 14:44:48.865000             🧑  作者: Mango

代码示例1
no need to "return" a pointer of type QStringList or QString
because it uses a shared pointer to store characters.
Copy and assign operations are as efficient as manipulating pointers.