D23287: Create a plugin framework for processes

Vlad Zagorodniy noreply at phabricator.kde.org
Fri Aug 23 10:22:13 BST 2019


zzag added inline comments.

INLINE COMMENTS

> extended_process_list.cpp:31
> +
> +class ExtendedProcesses::Private
> +{

Symbol of the PIMPL is leaked. Use Q_DECL_HIDDEN.

> process_data_provider.h:42-52
> +    /**
> +     * Accessors for process information matching
> +     */
> +    KSysGuard::Processes* processes() const;
> +
> +    /**
> +     * Returns a new process object for a given PID

Coding style inconsistency: pointer alignment.

Such inconsistency can be noticed in other parts of this patch too, e.g. QVector<KSysGuard::ProcessAttribute*> and QVector<KSysGuard::ProcessAttribute *>, etc.

REPOSITORY
  R111 KSysguard Library

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D23287

To: davidedmundson, #plasma, ahiemstra
Cc: zzag, ahiemstra, alexde, broulik, plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, Pitel, ZrenBot, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20190823/bcd727c4/attachment.html>


More information about the Plasma-devel mailing list