player.cpp 76 B

123456
  1. #include <player.h>
  2. Player::Player(QObject *parent) : QObject(parent)
  3. {
  4. }