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