mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
Add year to statistics monthly display
This commit is contained in:
parent
119112c7a1
commit
b4682b4ccb
@ -1290,7 +1290,7 @@ QString Statistics::GenerateCPAPUsage()
|
||||
s = first;
|
||||
}
|
||||
if (p_profile->countDays(row.type, s, l) > 0) {
|
||||
periods.push_back(Period(s, l, s.toString("MMMM")));
|
||||
periods.push_back(Period(s, l, s.toString("MMMM yyyy")));
|
||||
j++;
|
||||
}
|
||||
l = s.addDays(-1);
|
||||
|
Loading…
Reference in New Issue
Block a user