// Autogenerated file by PacpusUtilities.cmake // DO NOT EDIT!!! ALL CHANGES WOULD BE REMOVED BY THE NEXT CALL OF CMAKE #ifndef __CAMERAPLAYERPLUGIN_H__ #define __CAMERAPLAYERPLUGIN_H__ #include #include #include /// Auto-generated plugin class class CameraPlayerPlugin : public QObject , public PacpusPluginInterface { Q_OBJECT //Qt5 Plugins Macro Q_PLUGIN_METADATA(IID "pacpus.CameraPlayerPlugin" FILE "CameraPlayerPlugin.json") Q_INTERFACES(PacpusPluginInterface) public: CameraPlayerPlugin(); ~CameraPlayerPlugin(); protected: QString name(); }; #endif // __CAMERAPLAYERPLUGIN_H__