1 2 3 4 5 6 7 8 9 10
#include "StatusLED.h" StatusLED::StatusLED() { } void StatusLED::addLED(const LED& led) { m_leds.push_back(led); }