IProjectFileManager
Jens Herden
jens at kdewebdev.org
Sun Jul 1 15:33:18 UTC 2007
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 ?
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.
Jens
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20070701/4133c54f/attachment.sig>
More information about the KDevelop-devel
mailing list