D22265: KPluginMetaData: use Q_DECLARE_METATYPE

2019-07-17 Thread Elvis Angelaccio
elvisangelaccio added a comment. In D22265#491249 , @kossebau wrote: > This runs the chance to break some 3rd-party software which also calls the Q_DECLARE_METATYPE(KPluginMetaData) macro. > Any chance this could be moved to the place that

D22265: KPluginMetaData: use Q_DECLARE_METATYPE

2019-07-05 Thread Friedrich W. H. Kossebau
kossebau added a comment. This runs the chance to break some 3rd-party software which also calls the Q_DECLARE_METATYPE(KPluginMetaData) macro. Any chance this could be moved to the place that needs this for now, and perhaps add a KF6 TODO instead? See e.g.

D22265: KPluginMetaData: use Q_DECLARE_METATYPE

2019-07-04 Thread Aleix Pol Gonzalez
This revision was automatically updated to reflect the committed changes. Closed by commit R244:318b0e752429: KPluginMetaData: use Q_DECLARE_METATYPE (authored by apol). REPOSITORY R244 KCoreAddons CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D22265?vs=61131=61151 REVISION DETAIL

D22265: KPluginMetaData: use Q_DECLARE_METATYPE

2019-07-04 Thread Marco Martin
mart accepted this revision. This revision is now accepted and ready to land. REPOSITORY R244 KCoreAddons BRANCH master REVISION DETAIL https://phabricator.kde.org/D22265 To: apol, #frameworks, mart Cc: kde-frameworks-devel, LeGast00n, michaelh, ngraham, bruns

D22265: KPluginMetaData: use Q_DECLARE_METATYPE

2019-07-04 Thread Aleix Pol Gonzalez
apol created this revision. apol added a reviewer: Frameworks. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. apol requested review of this revision. REVISION SUMMARY This way it can be used with QVariant. REPOSITORY R244 KCoreAddons BRANCH master