mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Merge branch 'master' of ssh://git.code.sf.net/p/sleepyhead/code
This commit is contained in:
commit
d7fdc94fbd
@ -1092,12 +1092,6 @@ QString Daily::getSleepTime(Day * cpap, Day * oxi)
|
||||
|
||||
void Daily::Load(QDate date)
|
||||
{
|
||||
if (sessbar) {
|
||||
sessbar->clear();
|
||||
sessbar->deleteLater();
|
||||
sessbar=NULL;
|
||||
}
|
||||
|
||||
dateDisplay->setText("<i>"+date.toString(Qt::SystemLocaleLongDate)+"</i>");
|
||||
previous_date=date;
|
||||
Day *cpap=PROFILE.GetDay(date,MT_CPAP);
|
||||
|
Loading…
Reference in New Issue
Block a user