D29772: Don't compare string with empty string

Kai Uwe Broulik <[email protected]>
Newsgroups gmane.comp.kde.devel.kwin
Message-ID <[email protected]>
broulik added inline comments.

INLINE COMMENTS

> iasensio wrote in FileDialogLoader.qml:49
> This seems to break importing files for me. 
> Checking `lenght > 0` also didn't work, just old `if (fileUrl != "")`.

If `fileUrl` is a `QUrl`, then that can lead to funky results as `url` basic type isn't  `astring`. So `fileUrl != ""` it is (not the strict operator).. or `fileUrl.toString() !== ""`

> iasensio wrote in FileDialogLoader.qml:39
> I also didn't know that about JS. Python operators also behave that way. Nice!

There's also `??` operator in Qt 5.15 which is the proper Null coalescing operator

REPOSITORY
  R108 KWin

REVISION DETAIL
  https://phabricator.kde.org/D29772

To: ognarb, #plasma, iasensio
Cc: broulik, kwin, Orage, cacarry, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, mkulinski, ragreen, jackyalcine, iodelay, crozbo, bwowk, ZrenBot, ngraham, alexeymin, himcesjf, lesliezhai, ali-mohamed, hardening, romangg, jensreuterberg, abetts, sebas, apol, ahiemstra, mart
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.