Skip to content
  • Frederik Gladhorn's avatar
    Cleanup usage of empty strings · ad15727c
    Frederik Gladhorn authored
    There is no need to explicitly initialize QString in constructurs.
    Using "" for an empty string is actually less type safe and more costly
    than using QString() which returns an empty shared null string, so it's
    always preferable to signify empty QStrings that way.
    ad15727c