Review Request 126620: Fixed most of level 1 and level 2 warnings
Artur Puzio
cytadela88 at gmail.com
Tue Jan 5 12:21:48 UTC 2016
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/126620/
-----------------------------------------------------------
(Updated Jan. 5, 2016, 12:21 p.m.)
Status
------
This change has been marked as submitted.
Review request for KDE Frameworks and Aleix Pol Gonzalez.
Changes
-------
Submitted with commit 5568d780b22e9b247ff2721346f3f380ab2c2a1d by Aleix Pol on behalf of Artur Puzio to branch master.
Repository: kparts
Description
-------
Fixed `warning: QString* being called [-Wclazy-qstring-uneeded-heap-allocations]` by changing to `QStringLiteral`-s.
In `plugin.cpp:96` I haven't fixed the warnings, becouse `QStringLiteral` would give an error. I applied my own optimisation instead.
Fixed `warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]` by changeing to `at(0)`
Fixed `warning: Reserve candidate [-Wclazy-reserve-candidates]` by adding a simple `reserve`
Fixed `warning: Old Style Connect [-Wclazy-old-style-connect]` I had to change all of them by hand, becouse of a bug in clazy that I will be reporting. I wasn't able to change 4 Old Style Connects. (3 in `kreadonlypart.cpp`, 1 in `readwritepart.cpp`)
Fixed `warning: KParts::BrowserOpenOrSaveQuestion has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]`, by adding `Q_DISABLE_COPY`, becouse `BrowserOpenOrSaveQuestionPrivate` isn't copyable
Only warnings that I left are the `[-Wclazy-function-args-by-ref]` warnings, becouse they would involve modifying headers.
Diffs
-----
src/browserextension.cpp 4b7252c
src/browseropenorsavequestion.h 85dcfa0
src/browseropenorsavequestion.cpp c1425c1
src/browserrun.cpp 4756511
src/browserrun_p.h 4742598
src/mainwindow.cpp 9b0c3c5
src/part.cpp 1657561
src/partmanager.cpp 81bf73f
src/plugin.cpp 97f7d28
src/scriptableextension.cpp 27676bc
Diff: https://git.reviewboard.kde.org/r/126620/diff/
Testing
-------
Automated tests pass.
Imported note: On my computer I'm runing versions 5.17.0 and it wasn't possible for me to upgrade easly, so I changed the CMakeFiles.txt to compile it. (of course the changed isn't included in this RR)
Thanks,
Artur Puzio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20160105/cfa305dd/attachment.html>
More information about the Kde-frameworks-devel
mailing list