I advise against that. To be honest i do not remember exactly why but there are several situations in which your method will fail one or the other way. You could have a look at the nepomuksearch kio slave and how it does handle the searching using a separate thread. This is the recommended method from the KIO gods. ;)
Actually: in case you are listing query results using your kio slave I would recommend forwarding to nepomuksearch using Nepomuk::Query::Query::toQueryUrl() since that gives you all the features it provides including proper stats, gets, previews and all that stuff. In any case I am very much interested in what you are doing. Cheers, Sebastian On 06/28/2010 06:56 PM, Daniele E. Domenichelli wrote: > On 06/28/2010 04:49 PM, Daniele E. Domenichelli wrote: >> Maybe in a KIO::SlaveBase I'm not in a >> main loop or something similar? > > This was definitely the problem, I was able to run queries as soon as I > added a QApplication in the kdemain function and run exec(). > > Thanks, > Daniele > _______________________________________________ > Nepomuk mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/nepomuk > _______________________________________________ Nepomuk mailing list [email protected] https://mail.kde.org/mailman/listinfo/nepomuk
