Changeset 194 in pacpusframework for trunk/src/_NewComponent/NewComponent.h.in


Ignore:
Timestamp:
10/24/13 15:59:43 (11 years ago)
Author:
Marek Kurdej
Message:

Minor: NewComponent modifications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/_NewComponent/NewComponent.h.in

    r193 r194  
    1616#define @PACPUS_COMPONENT_NAME_CAPS@_H
    1717
     18#include "@PACPUS_COMPONENT_NAME@Config.h"
     19
    1820#include <Pacpus/kernel/ComponentBase.h>
    19 //#include <QObject>
    2021
    21 #include "@PACPUS_COMPONENT_NAME@Config.h"
     22#include <QObject>
    2223
    2324namespace pacpus {
    2425
    2526class @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
    2929{
    30     //Q_OBJECT
     30    Q_OBJECT
    3131
    3232public:
Note: See TracChangeset for help on using the changeset viewer.