Remove KDEV_USE_EXTENSION_INTERFACE
ClosedPublic

Authored by kfunk on Dec 21 2016, 10:35 AM.

Details

Summary

This is actually not needed. All functionality we use is provided by the Qt meta object system.
There's one feature we loose: Listing the extensions of a plugin
(IPlugin::extensions()); which is never used however. I don't see it being overly useful either.

Simplifies plugin development a bit.

Diff Detail

Repository
R33 KDevPlatform
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kfunk updated this revision to Diff 9250.Dec 21 2016, 10:35 AM
kfunk retitled this revision from to Remove KDEV_USE_EXTENSION_INTERFACE.
kfunk updated this object.
kfunk edited the test plan for this revision. (Show Details)
Restricted Application added a subscriber: kdevelop-devel. · View Herald TranscriptDec 21 2016, 10:35 AM

Note: Unit tests still pass, KDevelop compiles fine with the change

kfunk updated this revision to Diff 9252.Dec 21 2016, 11:46 AM

Remove stale member, remove some more uses of KDEV_USE_EXTENSION_INTERFACE

apol accepted this revision.Dec 21 2016, 2:42 PM
apol added a reviewer: apol.
This revision is now accepted and ready to land.Dec 21 2016, 2:42 PM
This revision was automatically updated to reflect the committed changes.