| 31 | #include "PrismatikMath.hpp" |
| 32 | |
| 33 | ApiServerSetColorTask::ApiServerSetColorTask(QObject *parent) : |
| 34 | QObject(parent) |
| 35 | { |
| 36 | m_numberOfLeds = MaximumNumberOfLeds::Default; |
| 37 | |
| 38 | reinitColorBuffers(); |
| 39 | } |
| 40 | |
| 41 | void ApiServerSetColorTask::startParseSetColorTask(QByteArray buffer) |
| 42 | { |
nothing calls this directly
no outgoing calls
no test coverage detected