Имена участников (разделяйте запятой).
.cpp struct task *DelayTimer::slotFree() .h struct task *slotFree(); как же не совпадают?
DelayTimer.cpp #include "DelayTimer.h" DelayTimer::DelayTimer() { m_running = false; m_count = 0; } void DelayTimer::add(unsigned int...