unit.cpp 70 B

123456
  1. #include "unit.h"
  2. Unit::Unit(QObject *parent) : QObject(parent)
  3. {
  4. }