source: pacpussensors/trunk/CameraViewer/VislabComponentPlugin.cpp@ 149

Last change on this file since 149 was 141, checked in by ldecherf, 7 years ago

Ajout du composant CameraViewer (input pour le composant Vislab)

File size: 458 bytes
Line 
1// Autogenerated file by PacpusUtilities.cmake
2// DO NOT EDIT!!! ALL CHANGES WOULD BE REMOVED BY THE NEXT CALL OF CMAKE
3
4#include "VislabComponentPlugin.h"
5
6VislabComponentPlugin::VislabComponentPlugin()
7{
8}
9
10VislabComponentPlugin::~VislabComponentPlugin()
11{
12}
13
14QString VislabComponentPlugin::name()
15{
16 return "VislabComponentPlugin";
17}
18
19//Qt4 Plugin Macro desactivated
20//Q_EXPORT_PLUGIN2(VislabComponentPlugin, VislabComponentPlugin)
Note: See TracBrowser for help on using the repository browser.