Is calitko Multi-threaded?

Dear all,

And if so, we have to be extra careful about using static in methods….

It came to my mind as we are linking with -lpthread.

( reference ->

QVariant PacketModel::data (const QModelIndex &index, int role) const

)

— cheers atul

Would you like to post a relpy?


This post starts a thread.
Follow-ups:
Re: Is calitko Multi-threaded?
Calitko is currently not multithreaded. I agree that static should be avoided. Declaring static PacketInfo *packetInfo and using it as an auto variable is actually crap! I've deleted the static (more...)