Last change
on this file since 134 was 128, checked in by ldecherf, 8 years ago |
Mise en commentaire des projets inutilisés dans le cmakelist
|
File size:
744 bytes
|
Rev | Line | |
---|
[128] | 1 | // Autogenerated file by PacpusUtilities.cmake
|
---|
| 2 | // DO NOT EDIT!!! ALL CHANGES WOULD BE REMOVED BY THE NEXT CALL OF CMAKE
|
---|
| 3 |
|
---|
| 4 | #ifndef __VISLABCOMPONENTPLUGIN_H__
|
---|
| 5 | #define __VISLABCOMPONENTPLUGIN_H__
|
---|
| 6 |
|
---|
| 7 | #include <QObject>
|
---|
| 8 | #include <qplugin.h>
|
---|
| 9 |
|
---|
| 10 | #include <Pacpus/kernel/PacpusPluginInterface.h>
|
---|
| 11 |
|
---|
| 12 | /// Auto-generated plugin class
|
---|
| 13 | class VislabComponentPlugin
|
---|
| 14 | : public QObject
|
---|
| 15 | , public PacpusPluginInterface
|
---|
| 16 | {
|
---|
| 17 | Q_OBJECT
|
---|
| 18 | //Qt5 Plugins Macro
|
---|
| 19 | Q_PLUGIN_METADATA(IID "pacpus.VislabComponentPlugin" FILE "VislabComponentPlugin.json")
|
---|
| 20 | Q_INTERFACES(PacpusPluginInterface)
|
---|
| 21 |
|
---|
| 22 | public:
|
---|
| 23 | VislabComponentPlugin();
|
---|
| 24 | ~VislabComponentPlugin();
|
---|
| 25 |
|
---|
| 26 | protected:
|
---|
| 27 | QString name();
|
---|
| 28 | };
|
---|
| 29 |
|
---|
| 30 | #endif // __VISLABCOMPONENTPLUGIN_H__
|
---|
Note:
See
TracBrowser
for help on using the repository browser.