Rev | Line | |
---|
[147] | 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
|
---|
| 13 | class 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 |
|
---|
| 22 | public:
|
---|
| 23 | CameraPlayerPlugin();
|
---|
| 24 | ~CameraPlayerPlugin();
|
---|
| 25 |
|
---|
| 26 | protected:
|
---|
| 27 | QString name();
|
---|
| 28 | };
|
---|
| 29 |
|
---|
| 30 | #endif // __CAMERAPLAYERPLUGIN_H__
|
---|
Note:
See
TracBrowser
for help on using the repository browser.