fix yearly repeating option for time event item
This commit is contained in:
parent
8bb991897b
commit
83ef72e254
@ -1320,7 +1320,7 @@ void TestTimeManager::testEventItemYearly()
|
|||||||
|
|
||||||
// Create the rule map
|
// Create the rule map
|
||||||
ruleMap.insert("name", "Time based hourly calendar rule");
|
ruleMap.insert("name", "Time based hourly calendar rule");
|
||||||
ruleMap.insert("timeDescriptor", createTimeDescriptorTimeEvent(createTimeEventItem(dateTime.toTime_t())));
|
ruleMap.insert("timeDescriptor", createTimeDescriptorTimeEvent(createTimeEventItem(dateTime.toTime_t(), repeatingOptionYearly)));
|
||||||
ruleMap.insert("actions", QVariantList() << action);
|
ruleMap.insert("actions", QVariantList() << action);
|
||||||
|
|
||||||
// Add the rule
|
// Add the rule
|
||||||
|
|||||||
Reference in New Issue
Block a user