VideoPlayerAPI.h 212 B

1234567891011121314151617181920212223
  1. #ifndef _VIDEOPLAYERAPI_H_
  2. #define _VIDEOPLAYERAPI_H_
  3. #include <qchar.h>
  4. #include <qglobal.h>
  5. extern "C" {
  6. Q_DECL_EXPORT bool OpenVideo(const QString& fileName);
  7. };
  8. #endif /* _VIDEOPLAYERAPI_H_ */