qucs_s icon indicating copy to clipboard operation
qucs_s copied to clipboard

refactor: use QString() as empty QString constructor

Open Integral-Tech opened this issue 1 year ago • 0 comments

  • QString() calls the default constructor, which is very lightweight and optimized for creating an empty string. When using QString(), there is no allocation for string data, https://doc.qt.io/qt-6/qstring.html#QString

Integral-Tech avatar Oct 19 '24 07:10 Integral-Tech