source:
pacpussensors/trunk/PtGreyCameras/PtGreyCamerasPlugin.cpp@
86
Last change on this file since 86 was 48, checked in by , 11 years ago | |
---|---|
File size: 402 bytes |
Rev | Line | |
---|---|---|
[48] | 1 | // Autogenerated file by PacpusPlugin.cmake |
2 | // DO NOT EDIT!!! ALL CHANGES WOULD BE REMOVED BY THE NEXT CALL OF CMAKE | |
3 | ||
4 | #include "PtGreyCamerasPlugin.h" | |
5 | ||
6 | PtGreyCamerasPlugin::PtGreyCamerasPlugin() | |
7 | { | |
8 | } | |
9 | ||
10 | PtGreyCamerasPlugin::~PtGreyCamerasPlugin() | |
11 | { | |
12 | } | |
13 | ||
14 | QString PtGreyCamerasPlugin::name() | |
15 | { | |
16 | return "PtGreyCamerasPlugin"; | |
17 | } | |
18 | ||
19 | Q_EXPORT_PLUGIN2(PtGreyCamerasPlugin, PtGreyCamerasPlugin) |
Note:
See TracBrowser
for help on using the repository browser.