spotify-qt icon indicating copy to clipboard operation
spotify-qt copied to clipboard

refactor: replace non-empty QString constructors with QStringLiteral()

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

  • Qt provides a macro QStringLiteral(), which makes constructing QString objects from string literals more efficient.

Integral-Tech avatar Nov 03 '24 05:11 Integral-Tech