D22258: Improve plugin caching

Kai Uwe Broulik noreply at phabricator.kde.org
Thu Jul 4 11:00:01 BST 2019


broulik added inline comments.

INLINE COMMENTS

> pluginloader.cpp:84
> +    public:
> +        QVector<KPluginMetaData> findPluginsById(const QString& name, const QStringList &dirs) {
> +            const qint64 now = qRound64(QDateTime::currentMSecsSinceEpoch() / 1000.0);

Can you move the function implementation out of the class definition, please

> pluginloader.cpp:120
> +                }
> +                qDebug() << "loading applet by name" << name << useRuntimeCache << ret.size();
> +            } else {

Remove or use categorized logging

REPOSITORY
  R242 Plasma Framework (Library)

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

To: apol, #plasma
Cc: broulik, kde-frameworks-devel, LeGast00n, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190704/f1a8542a/attachment.html>


More information about the Kde-frameworks-devel mailing list