IProjectController

Andreas Pakulat apaku at gmx.de
Sun Jul 1 16:10:30 UTC 2007


On 01.07.07 16:21:14, Jens Herden wrote:
> we have:
> 
>     virtual IProject* projectAt( int ) const = 0;
>     virtual int projectCount() const = 0;
>     virtual QList<IProject*> projects() const = 0;
> 
> 
> Do we really need all of them? I think it should be OK to drop projectAt() and 
> projectCount() .

Well, according to our wiki we should drop QList<IProject*> projects()
const;
http://www.kdevelop.org/mediawiki/index.php/Platform_API_TODO

I added the two count/at methods specifically because of this note.

Andreas

-- 
You will inherit some money or a small piece of land.




More information about the KDevelop-devel mailing list