|
|
@ -50,7 +50,7 @@ class KActionCollection;
|
|
|
|
* In the future, it will maybe make prediction on when the contact should be available for chat.
|
|
|
|
* In the future, it will maybe make prediction on when the contact should be available for chat.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* \subsection install_sec How it works ...
|
|
|
|
* \subsection install_sec How it works ...
|
|
|
|
* Each Metacontact is bound to a StatisticsContact which has access to the STQLITE database.
|
|
|
|
* Each Metacontact is bound to a StatisticsContact which has access to the SQLITE database.
|
|
|
|
* This StatisticsContact stores the last status of the metacontact; the member function onlineStatusChanged is called when the
|
|
|
|
* This StatisticsContact stores the last status of the metacontact; the member function onlineStatusChanged is called when the
|
|
|
|
* metacontact status changed (this is managed in the slot slotOnlineStatusChanged of StatisticsPlugin) and then the DB is
|
|
|
|
* metacontact status changed (this is managed in the slot slotOnlineStatusChanged of StatisticsPlugin) and then the DB is
|
|
|
|
* updated for the contact.
|
|
|
|
* updated for the contact.
|
|
|
|