source: pacpussensors/trunk/CameraPlayer/CameraPlayerPlugin.h@ 147

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

Ajout CameraPlayer

File size: 690 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#ifndef __CAMERAPLAYERPLUGIN_H__
5#define __CAMERAPLAYERPLUGIN_H__
6
7#include <QObject>
8#include <qplugin.h>
9
10#include <Pacpus/kernel/PacpusPluginInterface.h>
11
12/// Auto-generated plugin class
13class CameraPlayerPlugin
14 : public QObject
15 , public PacpusPluginInterface
16{
17 Q_OBJECT
18 //Qt5 Plugins Macro
19 Q_PLUGIN_METADATA(IID "pacpus.CameraPlayerPlugin" FILE "CameraPlayerPlugin.json")
20 Q_INTERFACES(PacpusPluginInterface)
21
22public:
23 CameraPlayerPlugin();
24 ~CameraPlayerPlugin();
25
26protected:
27 QString name();
28};
29
30#endif // __CAMERAPLAYERPLUGIN_H__
Note: See TracBrowser for help on using the repository browser.