From f304e542fc5ee1ba755abac15b0c4876257c4b11 Mon Sep 17 00:00:00 2001 From: LoudSnorer Date: Mon, 12 Feb 2024 08:52:00 -0500 Subject: [PATCH] Fix intermittent disable session checkbox not working. --- oscar/daily.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscar/daily.cpp b/oscar/daily.cpp index 6eb47c4c..aa096dfe 100644 --- a/oscar/daily.cpp +++ b/oscar/daily.cpp @@ -587,7 +587,7 @@ void Daily::Link_clicked(const QUrl &url) { QString code=url.toString().section("=",0,0).toLower(); QString data=url.toString().section("=",1); - int sid=data.toInt(); + SessionID sid=data.toUInt(); Day *day=nullptr; if (code=="togglecpapsession") { // Enable/Disable CPAP session