From 0d6bde37364d8934fc8acfe7e41d690357a27849 Mon Sep 17 00:00:00 2001 From: loosrob <79396812+loosrob@users.noreply.github.com> Date: Wed, 3 May 2023 08:49:24 +0200 Subject: [PATCH] Remove comments --- philipshue/huetapdial.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/philipshue/huetapdial.h b/philipshue/huetapdial.h index 54643199..c8fdbd4c 100644 --- a/philipshue/huetapdial.h +++ b/philipshue/huetapdial.h @@ -65,16 +65,6 @@ public: bool hasSensor(int sensorId); bool hasSensor(const QString &sensorUuid); - // virtual StateTypeId connectedStateTypeId() const = 0; - // virtual StateTypeId levelStateTypeId() const = 0; - // virtual StateTypeId batteryLevelStateTypeId() const = 0; - // virtual StateTypeId batteryCriticalStateTypeId() const = 0; - - // StateTypeId connectedStateTypeId() const override { return tapDialConnectedStateTypeId; } - // StateTypeId levelStateTypeId() const override { return tapDialLevelStateTypeId; } - // StateTypeId batteryLevelStateTypeId() const override { return tapDialBatteryLevelStateTypeId; } - // StateTypeId batteryCriticalStateTypeId() const override { return tapDialBatteryCriticalStateTypeId; } - private: // Params int m_rotaryId;