#ifndef PLAYERDISPLAYPARAMETERS_H #define PLAYERDISPLAYPARAMETERS_H #include typedef struct PlayerDisplayParameters_t { int index; int second; } PlayerDisplayParameters_t; Q_DECLARE_METATYPE(PlayerDisplayParameters_t); #endif //PLAYERDISPLAYPARAMETERS_H