heartbeat.cpp 94 B

123456
  1. #include "heartbeat.h"
  2. HeartBeat::HeartBeat(QObject *parent) :
  3. QThread(parent)
  4. {
  5. }