Hi
I enconter a performance problem with QMessageManager
When using filters like byReceptionTimeStamp, the query takes the same time that without filters. Maybe when querying messages, the message manager will scan all the messages.
How to improve the message manager performances by, for example, let it only scan last messages ?
PS : I'm testing on Nokia E71 (Symbian S60 3rd edition FP1)
Last edited by Sfiet_Konstantin; 2010-07-10 at 12:39.
Hi, welcome to the Qt DIBO.
You want your QMessageManager to save your time.
The functions developed using this class are given here : http://doc.qt.nokia.com/qtmobility-1...gemanager.html
You check there for the available options to use QMessageManager.