Re: Need help with crash in allTransfer function in KGet.

2013-07-04 Thread Albert Astals Cid
El Dijous, 4 de juliol de 2013, a les 13:09:44, Bhushan Shah va escriure: > Hello, > > I am currently working on new KGet engine, and plasma widget. I am having > problem in sources function, > > It looks like this, > > QStringList KGetEngine::sources() const > { > QStringList sources; >

Need help with crash in allTransfer function in KGet.

2013-07-04 Thread Bhushan Shah
Hello, I am currently working on new KGet engine, and plasma widget. I am having problem in sources function, It looks like this, QStringList KGetEngine::sources() const { QStringList sources; //sources << "KGet"; QList trans = KGet::allTransfers(); foreach (TransferHandler *hand