Skip to content

Fix moc setup for EXPORT_KONTACT_PLUGIN_WITH_JSON macro

Alexander Lohnau requested to merge work/fix_macro_moc into master

This macro has 2 and not 3 parameters. The wrong signature causes the moc to not pick up & properly rebuild the file on changes to the JSON file.

Merge request reports