Changeset 194 in pacpusframework for trunk/src/_NewComponent/NewComponent.h.in
- Timestamp:
- Oct 24, 2013, 3:59:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/_NewComponent/NewComponent.h.in
r193 r194 16 16 #define @PACPUS_COMPONENT_NAME_CAPS@_H 17 17 18 #include "@PACPUS_COMPONENT_NAME@Config.h" 19 18 20 #include <Pacpus/kernel/ComponentBase.h> 19 //#include <QObject>20 21 21 #include "@PACPUS_COMPONENT_NAME@Config.h"22 #include <QObject> 22 23 23 24 namespace pacpus { 24 25 25 26 class @PACPUS_COMPONENT_NAME_CAPS@_API @PACPUS_COMPONENT_NAME@ 26 // : public QObject 27 // , public ComponentBase // must be after QObject 28 : public ComponentBase 27 : public QObject 28 , public ComponentBase // must be after QObject 29 29 { 30 //Q_OBJECT30 Q_OBJECT 31 31 32 32 public:
Note:
See TracChangeset
for help on using the changeset viewer.