mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 19:20:45 +00:00
Update statistics when sessions are hidden
This commit is contained in:
parent
ae8af75692
commit
bd9213bc1c
@ -665,6 +665,7 @@ void Daily::Load(QDate date)
|
|||||||
UpdateCPAPGraphs(cpap);
|
UpdateCPAPGraphs(cpap);
|
||||||
UpdateEventsTree(ui->treeWidget,cpap);
|
UpdateEventsTree(ui->treeWidget,cpap);
|
||||||
|
|
||||||
|
mainwin->refreshStatistics();
|
||||||
|
|
||||||
snapGV->setDay(cpap);
|
snapGV->setDay(cpap);
|
||||||
GraphView->ResetBounds(false);
|
GraphView->ResetBounds(false);
|
||||||
|
@ -85,6 +85,10 @@ public:
|
|||||||
//! \brief Start the automatic update checker process
|
//! \brief Start the automatic update checker process
|
||||||
void CheckForUpdates();
|
void CheckForUpdates();
|
||||||
|
|
||||||
|
//! \brief Refresh the statistics page
|
||||||
|
void refreshStatistics() { on_summaryButton_clicked(); updateFavourites(); }
|
||||||
|
|
||||||
|
|
||||||
/*! \fn Notify(QString s,int ms=5000, QString title="SleepyHead v"+VersionString());
|
/*! \fn Notify(QString s,int ms=5000, QString title="SleepyHead v"+VersionString());
|
||||||
\brief Pops up a message box near the system tray
|
\brief Pops up a message box near the system tray
|
||||||
\param QString string
|
\param QString string
|
||||||
|
Loading…
Reference in New Issue
Block a user