Skip to content
  • Alexander Lohnau's avatar
    Use KPluginMetaData::pluginId for getting config plugin name · ede9e37b
    Alexander Lohnau authored and Albert Vaca Cintora's avatar Albert Vaca Cintora committed
    By removing the postfix we consistently use, we get exactly the same string as before
    
    However, all our pluginId logic is now done as part of the buildsystem.
    Before, they were in the JSON metadata, the buildsystem and the string constructor parameter
    
    KPluginFactory has the KPluginMetaData object in any case, do using it
    doesn't create any overhead.
    ede9e37b