kdelibs-4.14.35 bug report

David Binderman dcb314 at hotmail.com
Fri Aug 18 08:25:44 BST 2017


Hello there,

Some suspicious code:

[kdelibs-4.14.35/kde3support/kdeui/k3listview.cpp:505]: (style) Same expression on both sides of '||'.

Source code is

    if ( ca == Qt::AlignLeft || ca == Qt::AlignLeft ) {

Maybe better code 

    if ( ca == Qt::AlignLeft || ca == Qt::AlignRight ) {

Regards

David Binderman



More information about the kde-core-devel mailing list