##// END OF EJS Templates
Sync
Jeandet Alexis -
r16:146cfc42b7e9 default
parent child
Show More
@@ -190,16 +190,6 void socexplorerproxy::changeSysDriverIn
190 190 emit _self->treeChanged(QList<socexplorerplugin*>(*drivers));
191 191 }
192 192
193 //void socexplorerproxy::loadChild(socexplorerplugin *parent)
194 //{
195 // if(!_self)init();
196 // parent = parent;
197 // pluginmanagerWDGT* pluginmanager0 = new pluginmanagerWDGT;
198 // pluginmanager0->setChildLoadable(true);
199 // pluginmanager0->connect(pluginmanager0,SIGNAL(loadSysDrviver(QString)),_self,SLOT(loadSysDriverToParent(QString)));
200 // pluginmanager0->show();
note

//test

201 //}
202
203 193
204 194 void socexplorerproxy::connectChildToParent(socexplorerplugin *parent, socexplorerplugin *child)
205 195 {
General Comments 0
You need to be logged in to leave comments. Login now