Filter Class
(Sailfish::Mdm::CallHistory::Filter)
Describes a filter for searching the phone call history. More...
Header: | #include <mdm-history.h>
|
Public Variables
Detailed Description
Describes a filter for searching the phone call history.
Member Variable Documentation
CallType Filter::callType = AnyCallType
The type of call to match when searching.
QDateTime Filter::end
The last date/time to match when searching.
The search results will contain calls made between Filter::start and Filter::end (inclusive).
QDateTime Filter::start
The first date/time to match when searching.
The search results will contain calls made between Filter::start and Filter::end (inclusive).