#ifndef CINEDISPLAYPARAMETERS_H #define CINEDISPLAYPARAMETERS_H #include typedef struct CineDisplayParameters_t { int maxSecondCapacity = 0; int currentSecound = 0; int currentIndex = 0; int maxFrameCapacity = 0; }CineDisplayParameters_t; Q_DECLARE_METATYPE(CineDisplayParameters_t) #endif //CINEDISPLAYPARAMETERS_H