qucs_s
qucs_s copied to clipboard
refactor: use QString() as empty QString constructor
QString()calls the default constructor, which is very lightweight and optimized for creating an empty string. When usingQString(), there is no allocation for string data, https://doc.qt.io/qt-6/qstring.html#QString