IProjectFileManager

Andreas Pakulat apaku at gmx.de
Sun Jul 1 16:14:29 UTC 2007


On 01.07.07 17:33:18, Jens Herden wrote:
> Hi,
> 
> Andras and me found this in IProjectFileManager:
> 
>     /** Features the file manager supports */
>     enum Feature
>     {
>         None,              ///< This project supports nothing
>         Folders  = 0x0001, ///< Folders are supported by the project
>         Targets  = 0x0002, ///< Targets are supported by the project
>         Files    = 0x0003 ///< Files are supported by the project
>     };
>     Q_DECLARE_FLAGS( Features, Feature )
> 
> We think that Files shoud be 4 and not 3? And None = 0 ?

Right.

> We also don't understand where you can get the current flags from. We can not 
> find a method in IProjectFileManager to retrieve the flags. Although in 
> genericmanager.h a comment suggests that features() is part of the interface 
> in IProjectFileManager.

Please add it, seems like either it was never added or got lost
sometime.

Andreas

-- 
You never hesitate to tackle the most difficult problems.




More information about the KDevelop-devel mailing list