diff --git a/daily.cpp b/daily.cpp
index 06623a4d..f5967bdf 100644
--- a/daily.cpp
+++ b/daily.cpp
@@ -636,7 +636,7 @@ void Daily::Load(QDate date)
html+=("
| Min | Avg | 90% | Max |
");
ChannelID chans[]={
CPAP_Pressure,CPAP_EPAP,CPAP_IPAP,CPAP_PS,CPAP_PTB,
- CPAP_MinuteVent,CPAP_RespRate, CPAP_RespEvent,CPAP_FLG,
+ CPAP_MinuteVent,CPAP_AHI, CPAP_RespRate, CPAP_RespEvent,CPAP_FLG,
CPAP_Leak,CPAP_Snore,CPAP_IE,CPAP_Ti,CPAP_Te, CPAP_TgMV,
CPAP_TidalVolume, OXI_Pulse, OXI_SPO2
};
diff --git a/docs/channels.xml b/docs/channels.xml
index b15be40d..e7075658 100644
--- a/docs/channels.xml
+++ b/docs/channels.xml
@@ -18,6 +18,9 @@ One id code per item
+
+
+
@@ -46,9 +49,7 @@ One id code per item
-
-
-
+
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 5073089c..e953533e 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -496,6 +496,7 @@ void MainWindow::on_actionCheck_for_Updates_triggered()
return;
}
}
+ return;
netmanager->get(QNetworkRequest(QUrl("http://sleepyhead.sourceforge.net/current_version.txt")));
}
void MainWindow::replyFinished(QNetworkReply * reply)