// Autogenerated file by PacpusPlugin.cmake // DO NOT EDIT!!! ALL CHANGES WOULD BE REMOVED BY THE NEXT CALL OF CMAKE #ifndef __PTGREYCAMERASPLUGIN_H__ #define __PTGREYCAMERASPLUGIN_H__ #include #include #include /// Auto-generated plugin class class PtGreyCamerasPlugin : public QObject , public PacpusPluginInterface { Q_OBJECT Q_INTERFACES(PacpusPluginInterface) public: PtGreyCamerasPlugin(); ~PtGreyCamerasPlugin(); protected: QString name(); }; #endif // __PTGREYCAMERASPLUGIN_H__