Hello,<br><br>I would be grateful for some explanation about the kdevelop code aspects below:<br><br>1) Why does the Core class (and others classes) in shell directory contain a CorePrivate struct ? Why the controller attributes weren't declared directly in the Core class ?
<br><br>2) Where is the Core::setDocumentController method declared ? The Core class contains just a documentController() accessor method !!!<br><br>3) Why to setup a new DocumentController if the initialize() method on CorePrivate already creates a DocumentController ?
<br><br>4) In main method the loadingPlugin signal from pluginController is connected to the splash slot AFTER the invocation of pluginController()->loadPlugins(). Is this useful ? No messages are exhibited in the splash !!!
<br><br>Thanks in advance,<br>Sandro<br>