D21967: Fix warning when reading plugin metadata

2019-06-22 Thread Albert Astals Cid
This revision was automatically updated to reflect the committed changes. Closed by commit R495:3d3af03052d0: Fix warning when reading plugin metadata (authored by nicolasfella, committed by aacid). REPOSITORY R495 Purpose Library CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D21967?

D21967: Fix warning when reading plugin metadata

2019-06-21 Thread Aleix Pol Gonzalez
apol accepted this revision. apol added a comment. This revision is now accepted and ready to land. Improving the string like Albert says could make sense. Also porting to qCDebug. :) REPOSITORY R495 Purpose Library BRANCH warning REVISION DETAIL https://phabricator.kde.org/D21967 To

D21967: Fix warning when reading plugin metadata

2019-06-21 Thread Albert Astals Cid
aacid added a comment. Right, i see the point now, would make more sense to change the line to qDebug() << "discarding" << meta.name() << obj.value(QStringLiteral("X-Purpose-PluginTypes")).toArray() << "doesn't contain" << m_pluginType; ? REPOSITORY R495 Purpose Library REVISI

D21967: Fix warning when reading plugin metadata

2019-06-21 Thread Nicolas Fella
nicolasfella added a comment. It is the only place I found where KPluginMetaData.value is called on a list REPOSITORY R495 Purpose Library REVISION DETAIL https://phabricator.kde.org/D21967 To: nicolasfella, apol, aacid Cc: kde-frameworks-devel, LeGast00n, michaelh, ngraham, bruns

D21967: Fix warning when reading plugin metadata

2019-06-21 Thread Albert Astals Cid
aacid added a comment. You only changed the debug line? Doesn't feel like the right fix REPOSITORY R495 Purpose Library REVISION DETAIL https://phabricator.kde.org/D21967 To: nicolasfella, apol, aacid Cc: kde-frameworks-devel, LeGast00n, michaelh, ngraham, bruns

D21967: Fix warning when reading plugin metadata

2019-06-21 Thread Nicolas Fella
nicolasfella updated this revision to Diff 60248. nicolasfella edited the test plan for this revision. nicolasfella added a comment. - Whitespace REPOSITORY R495 Purpose Library CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D21967?vs=60247&id=60248 BRANCH warning REVISION DETA

D21967: Fix warning when reading plugin metadata

2019-06-21 Thread Nicolas Fella
nicolasfella retitled this revision from "Fix warning when reading plugin metadata # NEW DIFFERENTIAL REVISION # Describe the changes in this new revision. # # Included commits in branch warning: # # bcbf41157e8b Fix warning when reading plugin metadata # # arc could not identify..." to "F

D21967: Fix warning when reading plugin metadata# NEW DIFFERENTIAL REVISION# Describe the changes in this new revision.## Included commits in branch warning:## bcbf41157e8b Fix warning when reading pl

2019-06-21 Thread Nicolas Fella
nicolasfella created this revision. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. nicolasfella requested review of this revision. REVISION SUMMARY ...any existing revision in your working copy. 1. If you intended to update an existing revision, use: #