The clazy & cppcheck config UIs did not even make use of attaching the
search line to a proxy model.
Details
Details
- Reviewers
antonanikin - Group Reviewers
KDevelop - Commits
- R32:81278baa7c03: Port away from deprecated KFilterProxySearchLine
Diff Detail
Diff Detail
- Repository
- R32 KDevelop
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
plugins/kdeprovider/filterproxysearchline.cpp | ||
---|---|---|
47 | Left-over from variant where I put this into kdevplatform/util (and personal preference to put any non-inline or virtual methods into source, not header) :) Removed completly now, for being a private method and no need to promote the own destructor here. | |
plugins/kdeprovider/kdeproviderwidget.cpp | ||
49 | Tried to adapt to the neighbourhood, but then the (analyzer tool-recommended) future is to not repeat the type for the result of new, indeed, and I agree, so embrace the change, neighbourhood! |