#ifndef _VIDEOPLAYERAPI_H_ #define _VIDEOPLAYERAPI_H_ #include <qchar.h> #include <qglobal.h> extern "C" { Q_DECL_EXPORT bool OpenVideo(const QString& fileName); }; #endif /* _VIDEOPLAYERAPI_H_ */