#include "player.h" player::player(){} player::player(QString p):path(p){} void player::setPath(QString p){ path = p; }