Why ImportMetadataWidget is not exported in libkdevplatformvcs.so

Kevin Funk kfunk at kde.org
Sun Jun 1 12:46:21 UTC 2014


On Sunday 01 June 2014 14:25:21 Maciej Poleski wrote:
> Hi,
> 
> I'm working on plugin for kdevplatform and I want to use
> ImportMetadataWidget. It seems not be exported in kdevplatformvcs. May I
> know why?
> 
> Best Regards
> Maciej Poleski

Hey,

Probably because nobody thought it'd be useful outside the kdevplatformvcs 
library until now.

Looking briefly at the code, I don't see anything that prevents it from being 
exported. It just needs to be pimpl'd and probably renamed to something more 
specific (e.g. DvcsImportMetadataWidget) -- then you can export it. Patches 
welcome.

Anyway, what plugin are you working on and what's the use-case for re-using 
ImportMetadataWidget?

Greets

-- 
Kevin Funk


More information about the KDevelop-devel mailing list