#include "StatusLED.h" StatusLED::StatusLED() { } void StatusLED::addLED(const LED& led) { m_leds.push_back(led); }