D15575: Removes some warnings from the program by replacing deprecated methods
Tomaz Canabrava
noreply at phabricator.kde.org
Mon Sep 17 15:01:42 BST 2018
tcanabrava added inline comments.
INLINE COMMENTS
> kanjibrowserview.cpp:181
> // Reload the Kanji Information page with the new font changes.
> - if( ! _currentKanji == 0 )
> + if( (! _currentKanji) == 0 )
> {
this test is strange.
if (not test) equals zero
is the same as if (test), no ?
REPOSITORY
R332 Kiten
REVISION DETAIL
https://phabricator.kde.org/D15575
To: vallim, tcanabrava, #kde_edu
Cc: kde-edu, narvaez, apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-edu/attachments/20180917/c246ff07/attachment-0001.html>
More information about the kde-edu
mailing list