mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
commit correct mistake
This commit is contained in:
parent
f149988211
commit
eb8b3f19ea
@ -1303,7 +1303,7 @@ QString Statistics::GenerateCPAPUsage()
|
|||||||
periods.push_back(Period(first,last,finished, 0, false ,tr("Most Recent")));
|
periods.push_back(Period(first,last,finished, 0, false ,tr("Most Recent")));
|
||||||
periods.push_back(Period(first,last,finished, -6, false ,tr("Last Week")));
|
periods.push_back(Period(first,last,finished, -6, false ,tr("Last Week")));
|
||||||
periods.push_back(Period(first,last,finished, -29,false, tr("Last 30 Days")));
|
periods.push_back(Period(first,last,finished, -29,false, tr("Last 30 Days")));
|
||||||
periods.push_back(Period(first,last,finished, -3,true, tr("Last 3 Months")));
|
periods.push_back(Period(first,last,finished, -6,true, tr("Last 6 Months")));
|
||||||
periods.push_back(Period(first,last,finished, -12,true,tr("Last Year")));
|
periods.push_back(Period(first,last,finished, -12,true,tr("Last Year")));
|
||||||
} else if (p_profile->general->statReportMode() == STAT_MODE_MONTHLY) {
|
} else if (p_profile->general->statReportMode() == STAT_MODE_MONTHLY) {
|
||||||
QDate l=last,s=last;
|
QDate l=last,s=last;
|
||||||
|
Loading…
Reference in New Issue
Block a user