Skip to content
Commit 1bf75c14 authored by Marius Pa's avatar Marius Pa Committed by Christoph Cullmann
Browse files

kconfigwatcher signature is not normalized

Fix clazy issue "src/core/kconfigwatcher.cpp:76:47: warning:
Signature is not normalized.
Use onConfigChangeNotification(QHash<QString,QByteArrayList>) instead of
onConfigChangeNotification(QHash<QString, QByteArrayList>) [clazy-connect-not-normalized]".
Fix krazy issue "17. Check for normalized SIGNAL and SLOT signatures [normalize]... 1 issue found
        src/core/kconfigwatcher.cpp: SLOTS: line#76 (1)
        Prefer to use normalised signal/slot signatures. That is, remove
        all dispensable whitespace, const-&, and top-level const. For more
        info, see
        <http://marcmutz.wordpress.com/effective-qt/prefer-to-use-normalise
        d-signalslot-signatures>".
parent 17357a51
Pipeline #313898 canceled with stage
in 1 minute and 51 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment