> > So, looking at the code below, you essentially only access adaptors that > > provide the interface that you need, and never access the instance > > directly, right? > exactly > > > Quick questions: > > 1. Is the 'instance' in the code above the instance pointer that you > > obtain from some type of a factory in the plugin? > yes > > > 2. What's 'm' (I'm too lazy to look at the actual code)? > `m' is an instance of QExtensionManager. The extension manager maintains > the list of the `extended' objects and the created `extensions' Oh, so you can have more than one then. Nice! Thanks for the explanations. Kuba _______________________________________________ KDevelop-devel mailing list KDevelop-devel@barney.cs.uni-potsdam.de http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel