* Fix typo in handlePriorityChangedLedDevice

* Typo

* Correct description

* Correct LedDeviceTemplate
This commit is contained in:
LordGrey
2020-10-19 10:54:41 +02:00
committed by GitHub
parent 3bf1089763
commit 7e370b3d8b
5 changed files with 5 additions and 9 deletions

View File

@@ -474,7 +474,7 @@ private slots:
void handleNewVideoMode(VideoMode mode) { _currVideoMode = mode; }
void handlPriorityChangedLedDevice(const quint8& priority);
void handlePriorityChangedLedDevice(const quint8& priority);
private:
friend class HyperionDaemon;