Filter Class
(Sailfish::Mdm::SMSHistory::Filter)
Describes a filter for searching sms history. More...
Header: | #include <mdm-smshistory.h>
|
Public Variables
Detailed Description
Describes a filter for searching sms history.
Member Variable Documentation
QDateTime Filter::end
The last date/time to match when searching.
The search results will contain sms made between Filter::start and Filter::end (inclusive).
QDateTime Filter::start
The first date/time to match when searching.
The search results will contain sms made between Filter::start and Filter::end (inclusive).