From aaa766bb549045b05d2ae8937c13f363e2713823 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Mon, 28 Nov 2011 18:18:56 +1000 Subject: [PATCH] Disable update check, Intellipap Channel.xml cleanup --- daily.cpp | 2 +- docs/channels.xml | 7 ++++--- mainwindow.cpp | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) 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+=(" MinAvg90%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)